]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Btrfs: fix comparison in __btrfs_map_block()
authorVincent Stehlé <vincent.stehle@intel.com>
Fri, 15 Jul 2016 15:03:21 +0000 (17:03 +0200)
committerJens Axboe <axboe@fb.com>
Mon, 18 Jul 2016 21:28:23 +0000 (15:28 -0600)
commitdf5c82a8dcca1a5f23fefebae973d2dd0bf5aa11
tree6a902616e256c500947590472c8258f9f55018fb
parent9c8747167e204b3fe0ff143e1642c921e382e1d6
Btrfs: fix comparison in __btrfs_map_block()

Add missing comparison to op in expression, which was forgotten when doing
the REQ_OP transition.

Fixes: b3d3fa519905 ("btrfs: update __btrfs_map_block for REQ_OP transition")
Signed-off-by: Vincent Stehlé <vincent.stehle@intel.com>
Reviewed-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
fs/btrfs/volumes.c