Filipe Manana 65bb9fb00b btrfs: update comment for btrfs_set_inode_full_sync() about locking
Nowadays we have a lock used to synchronize mmap writes with reflink and
fsync operations (struct btrfs_inode::i_mmap_lock), so update the comment
for btrfs_set_inode_full_sync() to mention that it can also be called
while holding that mmap lock. Besides being a valid alternative to the
inode's VFS lock, we already have the extent map shrinker using that mmap
lock instead.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2024-05-07 21:31:07 +02:00
..
2024-03-04 16:24:46 +01:00
2024-03-12 12:28:34 -07:00
2024-05-07 21:31:06 +02:00
2024-03-04 16:24:46 +01:00
2024-05-07 21:31:06 +02:00
2024-03-04 16:24:46 +01:00
2024-03-04 16:24:46 +01:00
2024-03-27 13:56:41 -07:00