aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-mod-log.c
diff options
context:
space:
mode:
authorJosef Bacik <[email protected]>2022-10-19 14:50:54 +0000
committerDavid Sterba <[email protected]>2022-12-05 17:00:42 +0000
commit7966a6b5959bbeb38b35d12b7a533c1dee8c432c (patch)
tree5496baf824a71726296428ddf248d37be44aaeb6 /fs/btrfs/tree-mod-log.c
parentbtrfs: move mount option definitions to fs.h (diff)
downloadkernel-7966a6b5959bbeb38b35d12b7a533c1dee8c432c.tar.gz
kernel-7966a6b5959bbeb38b35d12b7a533c1dee8c432c.zip
btrfs: move fs_info::flags enum to fs.h
These definitions are fs wide, take them out of ctree.h and put them in fs.h. Reviewed-by: Johannes Thumshirn <[email protected]> Reviewed-by: Anand Jain <[email protected]> Signed-off-by: Josef Bacik <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/tree-mod-log.c')
-rw-r--r--fs/btrfs/tree-mod-log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/tree-mod-log.c b/fs/btrfs/tree-mod-log.c
index 41e5d9f789dc..69083889a9b8 100644
--- a/fs/btrfs/tree-mod-log.c
+++ b/fs/btrfs/tree-mod-log.c
@@ -3,6 +3,7 @@
#include "messages.h"
#include "tree-mod-log.h"
#include "disk-io.h"
+#include "fs.h"
struct tree_mod_root {
u64 logical;