commit | d00aff00139b40f2e9c60299d76aac29d72e48ba | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Sep 11 15:54:42 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:07 2008 -0400 |
tree | 3ef3d84c42dc809cd92ab6339abd968fdede357d | |
parent | 3a5f1d458ad1610a06e38f0be2fbc6ac215439c0 [diff] |
Btrfs: Optimize tree log block allocations 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>