btrfs: move simple extent bit helpers out of extent_io.c
authorJosef Bacik <josef@toxicpanda.com>
Fri, 9 Sep 2022 21:53:23 +0000 (17:53 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Sep 2022 10:28:03 +0000 (12:28 +0200)
commita66318872c410a583470a8c3b65e99c1f923c950
tree891cd23f0081d4a82a3ba7d0f771afab28208aed
parentad795329574c874d05084c11db01a71a5a824d47
btrfs: move simple extent bit helpers out of extent_io.c

These are just variants and wrappers around the actual work horses of
the extent state.  Extract these out of extent_io.c.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-io-tree.c
fs/btrfs/extent-io-tree.h
fs/btrfs/extent_io.c