summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2022-09-15 01:04:37 +0200
committerDavid Sterba <dsterba@suse.com>2022-09-26 12:28:06 +0200
commit16708a889867a77fb3f72820fe5046db9e437eee (patch)
tree0d18ee348b99d996aef022644485d52687820584 /fs/btrfs/ctree.h
parentbtrfs: stop tracking failed reads in the I/O tree (diff)
downloadlinux-16708a889867a77fb3f72820fe5046db9e437eee.tar.xz
linux-16708a889867a77fb3f72820fe5046db9e437eee.zip
btrfs: move btrfs_caching_type to block-group.h
This is a block group related definition, move it into block-group.h. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Anand Jain <anand.jain@oracle.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/ctree.h')
-rw-r--r--fs/btrfs/ctree.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 8b7b7a212da0..70eb3aed89bc 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -497,13 +497,6 @@ struct btrfs_free_cluster {
struct list_head block_group_list;
};
-enum btrfs_caching_type {
- BTRFS_CACHE_NO,
- BTRFS_CACHE_STARTED,
- BTRFS_CACHE_FINISHED,
- BTRFS_CACHE_ERROR,
-};
-
/*
* Tree to record all locked full stripes of a RAID5/6 block group
*/