summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/inode.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-08-16 22:54:33 +0200
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 23:10:11 +0200
commit8e877caaad818595ecb6754355cea2058fd9848e (patch)
tree8097f33fb97c9de8ff0bd7dcf334b756f902bcd4 /fs/bcachefs/inode.c
parentbcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACE (diff)
downloadlinux-8e877caaad818595ecb6754355cea2058fd9848e.tar.xz
linux-8e877caaad818595ecb6754355cea2058fd9848e.zip
bcachefs: Split out snapshot.c
subvolume.c has gotten a bit large, this splits out a separate file just for managing snapshot trees - BTREE_ID_snapshots. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/inode.c')
-rw-r--r--fs/bcachefs/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/inode.c b/fs/bcachefs/inode.c
index 46c4012facb0..8114b6e4f202 100644
--- a/fs/bcachefs/inode.c
+++ b/fs/bcachefs/inode.c
@@ -11,6 +11,7 @@
#include "extent_update.h"
#include "inode.h"
#include "str_hash.h"
+#include "snapshot.h"
#include "subvolume.h"
#include "varint.h"