Btrfs: Optimize tree log block allocations
authorChris Mason <chris.mason@oracle.com>
Thu, 11 Sep 2008 19:54:42 +0000 (15:54 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:07 +0000 (11:04 -0400)
Since tree log blocks get freed every transaction, they never really
need to be written to disk.  This skips the step where we update
metadata to record they were allocated.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found