Btrfs: make sure fallocate properly starts a transaction
authorChris Mason <chris.mason@oracle.com>
Thu, 17 Dec 2009 20:47:17 +0000 (15:47 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 17 Dec 2009 20:47:17 +0000 (15:47 -0500)
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>

No differences found