]> 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)
commit12a285302fc77a04eb4082fa67d868787c746bc4
tree4009cd9106381d904e08d7480e2f9cdfbf154f60
parent163eea67fba4beabc8d87dba73a1ab86a37e3e95
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