]> 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)
commit474b7d6723326fb85446fb349556313b51d13660
treead51702bd7e7357cdf1f1f4fef3999e0127bb192
parentd0c66dbfc93386c93194b61b09c8b68ed27b9839
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