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-rc1~7^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a1abec9f6880cf406593c392636199ea1c6c917;p=pandora-kernel.git 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 --- Reading git-diff-tree failed