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>
Mon, 19 Apr 2021 15:25:14 +0000 (17:25 +0200)
commit20bbf20e95a3a160feea45619b5113582b578d63
treefe548786cfd07cffbd238c630c9f13b8b2215cb8
parentcca5de97aed7b789ca4fa45ee6a609914b5f4100
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