commit | 94edf4ae43a5f9405fe3570f670e26ce1b188476 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Tue Sep 25 14:56:25 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Tue Oct 09 09:19:50 2012 -0400 |
tree | 4009cd9106381d904e08d7480e2f9cdfbf154f60 | |
parent | 479ed9abdbeec5d9ed0005f3bee9c9bc06a102bb [diff] |
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>