commit | 0be2e98173f8badd5ccc7c2e994891746ba1caf4 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Thu Feb 11 08:06:58 2010 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Mar 15 11:00:11 2010 -0400 |
tree | 97a8faa272d05e543ac8b26b0a4c6705ababb0c6 | |
parent | 0bdb1db297ab36865a63ee722d35ff0a1f0ae522 [diff] |
btrfs: fix btrfs_mkdir goto for no free objectids btrfs_mkdir() must jump to the place of ending transaction after btrfs_find_free_objectid() failed. Or this transaction can't end. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>