btrfs: send: update comment at find_extent_clone()
authorFilipe Manana <fdmanana@suse.com>
Tue, 1 Nov 2022 16:15:42 +0000 (16:15 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:49 +0000 (18:00 +0100)
commitd3f41317f0fedac6b0a3de68b3dab66b71923dd8
tree3cd86eba89f989d6ea1c3895336e588032a6460f
parent61ce908a3c260fbe37826a6cbd56636abeffcd28
btrfs: send: update comment at find_extent_clone()

We have this unclear comment at find_extent_clone() about extents starting
at a file offset greater than or equals to the i_size of the inode. It's
not really informative and it's misleading, since it mentions the author
found such extents with snapshots and large files.

Such extents are a result of fallocate with FALLOC_FL_KEEP_SIZE and there
is no relation to snapshots or large files (all write paths update the
i_size before inserting a new file extent item). So update the comment to
be precise about it and why we don't bother looking for clone sources in
that case.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c