OSDN Git Service

btrfs: export find_delalloc_range
authorJosef Bacik <josef@toxicpanda.com>
Mon, 23 Sep 2019 14:05:20 +0000 (10:05 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 18 Nov 2019 11:46:47 +0000 (12:46 +0100)
commit083e75e7e6a9e24b041ed9cc668dc7a500e31919
tree471b2af8aab7406a29c6b70c9cbd946a3685f119
parent9c7d3a548331e72ba3613eaa5c8a74839462b764
btrfs: export find_delalloc_range

This utilizes internal stuff to the extent_io_tree, so we need to export
it before we move it.

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.h
fs/btrfs/extent_io.c