]> rtime.felk.cvut.cz Git - linux-imx.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)
commit94edf4ae43a5f9405fe3570f670e26ce1b188476
tree4009cd9106381d904e08d7480e2f9cdfbf154f60
parent479ed9abdbeec5d9ed0005f3bee9c9bc06a102bb
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