]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: don't bother committing delayed inode updates when fsyncing
authorJosef Bacik <jbacik@fusionio.com>
Tue, 25 Sep 2012 18:56:25 +0000 (14:56 -0400)
committerChris Mason <chris.mason@fusionio.com>
Tue, 9 Oct 2012 13:19:50 +0000 (09:19 -0400)
commita2b098d091aa0654fd404a3860ea03e7e9c3f0e9
tree4009cd9106381d904e08d7480e2f9cdfbf154f60
parent875fc58ba1e1dc143930f743e36ee7ccd24f9b18
Btrfs: don't bother committing delayed inode updates when fsyncing

We can just copy the in memory inode into the tree log directly, no sense in
updating the fs tree so we can copy it into the tree log tree.  Thanks,

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