btrfs: close_bdev_exclusive() should use the same @flags as the matching open_bdev_ex...
commit37004c42f7240035bc2726c340c4efa726b4818e
authorTejun Heo <tj@kernel.org>
Sat, 13 Nov 2010 10:55:17 +0000 (13 11:55 +0100)
committerTejun Heo <tj@kernel.org>
Sat, 13 Nov 2010 10:55:17 +0000 (13 11:55 +0100)
treef0c9c9b2d21a1258939b99ec37a2d11396583ea6
parent731edacb7567c15f25b1fccac18a203bd432ae5e
btrfs: close_bdev_exclusive() should use the same @flags as the matching open_bdev_exclusive()

In the failure path of __btrfs_open_devices(), close_bdev_exclusive()
is called with @flags which doesn't match the one used during
open_bdev_exclusive().  Fix it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Chris Mason <chris.mason@oracle.com>
fs/btrfs/volumes.c