commit | 5b397377e97d436fc2ed872fc53f85395bb984e0 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Sun Sep 11 10:52:24 2011 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Sun Sep 11 10:52:24 2011 -0400 |
tree | ad51702bd7e7357cdf1f1f4fef3999e0127bb192 | |
parent | 98c9942aca05fff198cd5ca629599cd193444809 [diff] |
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>