summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
diff options
context:
space:
mode:
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>2011-04-20 10:06:40 +0000
committerChris Mason <chris.mason@oracle.com>2011-05-23 13:24:42 -0400
commit4f6c9328c6c0d8558907f16579a9d47815abef80 (patch)
treed65bf3702ec48b30894dbebfc36ed3869f6abb28 /fs/btrfs
parentc7f895a2b2d1a002810d52e7b6653c9dc2fd0b0b (diff)
downloadop-kernel-dev-4f6c9328c6c0d8558907f16579a9d47815abef80.zip
op-kernel-dev-4f6c9328c6c0d8558907f16579a9d47815abef80.tar.gz
Btrfs: fix bh leak on __btrfs_open_devices path
'bh' is forgot to release if no error is detected Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/volumes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index deca1a0..290100f 100644
--- a/fs/btrfs/volumes.c
+++ b/fs/btrfs/volumes.c
@@ -597,6 +597,7 @@ static int __btrfs_open_devices(struct btrfs_fs_devices *fs_devices,
list_add(&device->dev_alloc_list,
&fs_devices->alloc_list);
}
+ brelse(bh);
continue;
error_brelse:
OpenPOWER on IntegriCloud