From: Chris Mason Date: Thu, 17 Dec 2009 20:47:17 +0000 (-0500) Subject: Btrfs: make sure fallocate properly starts a transaction X-Git-Tag: v2.6.33-rc5~11^2~7 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=3a1abec9f6880cf406593c392636199ea1c6c917;hp=3a1abec9f6880cf406593c392636199ea1c6c917;p=safe%2Fjmp%2Flinux-2.6 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 ---