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)
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>

No differences found