]> 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)
commitf968db1c668c90462fdf528678b6a9ed8fb02f9b
treebd4d5310d35d3fa4c1f0b044200e73c4c86e1594
parent407483d2a717ff139d1f647a2e57d21883ee56bb
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