]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: move the failrec tree stuff into extent-io-tree.h
authorJosef Bacik <josef@toxicpanda.com>
Mon, 23 Sep 2019 14:05:21 +0000 (10:05 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 18 Nov 2019 11:46:47 +0000 (12:46 +0100)
commit63d2c1117d9fb341db217edec97d643dc51e36c2
tree7bdadc0a06a9821977d6eb95fc1d2d746125e1d0
parent43b94f352d30ba196891bf29020d2e0fffd26d1d
btrfs: move the failrec tree stuff into extent-io-tree.h

This needs to be cleaned up in the future, but for now it belongs to the
extent-io-tree stuff since it uses the internal tree search code.
Needed to export get_state_failrec and set_state_failrec as well since
we're not going to move the actual IO part of the failrec stuff out at
this point.

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