]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix bh leak on __btrfs_open_devices path
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Wed, 20 Apr 2011 10:06:40 +0000 (10:06 +0000)
committerChris Mason <chris.mason@oracle.com>
Mon, 23 May 2011 17:24:42 +0000 (13:24 -0400)
commitb35add894315cc7a5577c27355b5de1f01464d85
treed65bf3702ec48b30894dbebfc36ed3869f6abb28
parent8ee6f0c68d02a53b58b26cad6fe049725e708ec4
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>
fs/btrfs/volumes.c