diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-08-16 16:54:33 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:10:11 -0400 |
commit | 8e877caaad818595ecb6754355cea2058fd9848e (patch) | |
tree | 8097f33fb97c9de8ff0bd7dcf334b756f902bcd4 /fs/bcachefs/quota.c | |
parent | e5570df295fc951546fec782bc087f72a47277e0 (diff) | |
download | lwn-8e877caaad818595ecb6754355cea2058fd9848e.tar.gz lwn-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/quota.c')
-rw-r--r-- | fs/bcachefs/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/quota.c b/fs/bcachefs/quota.c index 4f0654ff816f..ca99772aedc6 100644 --- a/fs/bcachefs/quota.c +++ b/fs/bcachefs/quota.c @@ -5,7 +5,7 @@ #include "error.h" #include "inode.h" #include "quota.h" -#include "subvolume.h" +#include "snapshot.h" #include "super-io.h" static const char * const bch2_quota_types[] = { |