]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: temporarily export alloc_extent_state helpers
authorJosef Bacik <josef@toxicpanda.com>
Fri, 9 Sep 2022 21:53:20 +0000 (17:53 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Sep 2022 10:28:03 +0000 (12:28 +0200)
commit47bd83dd0cc41a0cd627c108eded296342885ab0
treebd4d5310d35d3fa4c1f0b044200e73c4c86e1594
parentf83d6adea9886fd5ca41d2d20ee0da6ebc9f2fbe
btrfs: temporarily export alloc_extent_state helpers

We're going to move this code in stages, but while we're doing that we
need to export these helpers so we can more easily move the code into
the new file.

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