]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc18f4956848661ed7a50c4e6b46bff4ddc9c2248
tree891cd23f0081d4a82a3ba7d0f771afab28208aed
parent91142084585b35f792b5d9240afd424091761965
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