]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix unclosed transaction handle in btrfs_cont_expand
authorMiao Xie <miaox@cn.fujitsu.com>
Sun, 11 Sep 2011 14:52:24 +0000 (10:52 -0400)
committerChris Mason <chris.mason@oracle.com>
Sun, 11 Sep 2011 14:52:24 +0000 (10:52 -0400)
commitf75ff717975fcd10f0e19aff8ac4a7f27d27fa99
treead51702bd7e7357cdf1f1f4fef3999e0127bb192
parentf02acd4a30f519418407798c84170667bc569bd6
Btrfs: fix unclosed transaction handle in btrfs_cont_expand

The function - btrfs_cont_expand() forgot to close the transaction handle before
it jump out the while loop. Fix it.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/inode.c