commit | 3a1abec9f6880cf406593c392636199ea1c6c917 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Dec 17 15:47:17 2009 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Dec 17 15:47:17 2009 -0500 |
tree | 280edc4cacb9d14224f7d3da3510d386329a08ae | |
parent | 83d3c9696fed237a3d96fce18299e2fcf112109f [diff] |
Btrfs: make sure fallocate properly starts a transaction The recent patch to make fallocate enospc friendly would send down a NULL trans handle to the allocator. This moves the transaction start to properly fix things. Signed-off-by: Chris Mason <chris.mason@oracle.com>