aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/props.c
diff options
context:
space:
mode:
authorGravatar Josef Bacik <josef@toxicpanda.com> 2022-10-26 15:08:40 -0400
committerGravatar David Sterba <dsterba@suse.com> 2022-12-05 18:00:47 +0100
commit7f0add250f829248281e1745d92648f72192a8f4 (patch)
tree2dd8a57be390b8b54c31417b6c5bfd0ae427d402 /fs/btrfs/props.c
parentbtrfs: move super prototypes into super.h (diff)
downloadlinux-7f0add250f829248281e1745d92648f72192a8f4.tar.gz
linux-7f0add250f829248281e1745d92648f72192a8f4.tar.bz2
linux-7f0add250f829248281e1745d92648f72192a8f4.zip
btrfs: move super_block specific helpers into super.h
This will make syncing fs.h to user space a little easier if we can pull the super block specific helpers out of fs.h and put them in super.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/props.c')
-rw-r--r--fs/btrfs/props.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/props.c b/fs/btrfs/props.c
index 9ad15d69718c..0755af0e53e3 100644
--- a/fs/btrfs/props.c
+++ b/fs/btrfs/props.c
@@ -14,6 +14,7 @@
#include "space-info.h"
#include "fs.h"
#include "accessors.h"
+#include "super.h"
#define BTRFS_PROP_HANDLERS_HT_BITS 8
static DEFINE_HASHTABLE(prop_handlers_ht, BTRFS_PROP_HANDLERS_HT_BITS);