diff options
author | Josef Bacik <josef@toxicpanda.com> | 2022-10-26 15:08:36 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2022-12-05 18:00:47 +0100 |
commit | 77407dc032e29f205a1e3922564c0abfd2e23d15 (patch) | |
tree | 87b30c85c5f0e1410585a84ac05df4696e06f020 /fs/btrfs/extent_io.c | |
parent | 2fc6822c99d7e902b7cef146efa37420d41c0c59 (diff) | |
download | lwn-77407dc032e29f205a1e3922564c0abfd2e23d15.tar.gz lwn-77407dc032e29f205a1e3922564c0abfd2e23d15.zip |
btrfs: move dev-replace prototypes into dev-replace.h
We already have a dev-replace.h, simply move these prototypes and
helpers into dev-replace.h where they belong.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r-- | fs/btrfs/extent_io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 7fe637408e98..6373b1565250 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@ -34,6 +34,7 @@ #include "accessors.h" #include "file-item.h" #include "file.h" +#include "dev-replace.h" static struct kmem_cache *extent_buffer_cache; |