summaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2022-10-26 22:08:27 +0300
committerDavid Sterba <dsterba@suse.com>2022-12-05 20:00:46 +0300
commit7c8ede16280586c72c36af6604985d714b84a32c (patch)
treeb45e440a23db431c8c2d55f03adeb13cce7d394b /fs/btrfs/free-space-cache.c
parentf2b39277b87dbb26f15e2e3b667df25dad3dd2ea (diff)
downloadlinux-7c8ede16280586c72c36af6604985d714b84a32c.tar.xz
btrfs: move file-item prototypes into their own header
Move these prototypes out of ctree.h and into file-item.h. 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/free-space-cache.c')
-rw-r--r--fs/btrfs/free-space-cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/free-space-cache.c b/fs/btrfs/free-space-cache.c
index 599b41523479..bc1b9aa164ec 100644
--- a/fs/btrfs/free-space-cache.c
+++ b/fs/btrfs/free-space-cache.c
@@ -27,6 +27,7 @@
#include "subpage.h"
#include "inode-item.h"
#include "accessors.h"
+#include "file-item.h"
#define BITS_PER_BITMAP (PAGE_SIZE * 8UL)
#define MAX_CACHE_BYTES_PER_GIG SZ_64K