commit | 37004c42f7240035bc2726c340c4efa726b4818e | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Sat Nov 13 11:55:17 2010 +0100 |
committer | Tejun Heo <tj@kernel.org> | Sat Nov 13 11:55:17 2010 +0100 |
tree | f0c9c9b2d21a1258939b99ec37a2d11396583ea6 | |
parent | 731edacb7567c15f25b1fccac18a203bd432ae5e [diff] |
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>