commit | ca5788aba3e8153da38cf99ca3ce2294f032fb51 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Jul 19 15:27:46 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 06 13:12:31 2018 +0200 |
tree | 49bdbfdb3c70b07901213c225e6380ec63a6e696 | |
parent | 5636cf7d6dc86f47fd66757dae088e35014da464 [diff] |
btrfs: remove remaing full_sync logic from btrfs_sync_file The logic to check if the inode is already in the log can now be simplified since we always wait for the ordered extents to complete before deciding whether the inode needs to be logged. The big comment about it can go away too. CC: Filipe Manana <fdmanana@suse.com> Suggested-by: Filipe Manana <fdmanana@suse.com> [ code and changelog copied from mail discussion ] Signed-off-by: David Sterba <dsterba@suse.com>