]> 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>
Mon, 1 Oct 2012 19:35:05 +0000 (15:35 -0400)
commit7b86f2283b6b0009e7c554202e23980b46cce44b
tree654b90234ca60ce58918010aa78d5e0c868b6ed9
parentcd654eec805a36d4bb9aca41a827b75c468fcca6
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