]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: replace offset_in_entry with in_range
authorNikolay Borisov <nborisov@suse.com>
Wed, 17 Feb 2021 13:12:49 +0000 (15:12 +0200)
committerDavid Sterba <dsterba@suse.com>
Tue, 6 Apr 2021 13:35:52 +0000 (15:35 +0200)
commit65fac88605a3371b7c051d6963ee198d9a7e5188
tree7d5d9a6a84e8f8624261d29995f7a176b2c25ffd
parente3321426aab06c3679100fe70f0f31d44b7b9ac4
btrfs: replace offset_in_entry with in_range

No point in duplicating the functionality just use the generic helper
that has the same semantics.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ordered-data.c