]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Btrfs: don't lookup csums for prealloc extents
authorJosef Bacik <jbacik@fusionio.com>
Wed, 26 Sep 2012 15:07:06 +0000 (11:07 -0400)
committerChris Mason <chris.mason@fusionio.com>
Thu, 4 Oct 2012 13:40:08 +0000 (09:40 -0400)
commit987f4d6a0dd4b3355289b1639c198bc4755fa320
treec52ab3e752ca172fd68b41c13c0db637040e3f4e
parenta5f9920d651ce35ffdc3b4e705ac672edfd727da
Btrfs: don't lookup csums for prealloc extents

The tree logging stuff was looking up csums to copy over for prealloc
extents which is just work we don't need to be doing.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/tree-log.c