diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-02-15 22:50:42 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-03-13 21:22:25 -0400 |
commit | 663db5a55486017ab6564b7014f0db97432598a0 (patch) | |
tree | 91ac4dad3cab4bee72fb4ba4a18319a182462aa2 /fs/bcachefs/fsck.h | |
parent | b07ce7262636fb294d786c17ec4e857b62c2970b (diff) | |
download | lwn-663db5a55486017ab6564b7014f0db97432598a0.tar.gz lwn-663db5a55486017ab6564b7014f0db97432598a0.zip |
bcachefs: bch2_check_subvolume_structure()
Now that we've got bch_subvolume.fs_path_parent, it's easy to write
subvolume
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/fsck.h')
-rw-r--r-- | fs/bcachefs/fsck.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/fsck.h b/fs/bcachefs/fsck.h index da991e8cf27e..a4ef94271784 100644 --- a/fs/bcachefs/fsck.h +++ b/fs/bcachefs/fsck.h @@ -8,6 +8,7 @@ int bch2_check_indirect_extents(struct bch_fs *); int bch2_check_dirents(struct bch_fs *); int bch2_check_xattrs(struct bch_fs *); int bch2_check_root(struct bch_fs *); +int bch2_check_subvolume_structure(struct bch_fs *); int bch2_check_directory_structure(struct bch_fs *); int bch2_check_nlinks(struct bch_fs *); int bch2_fix_reflink_p(struct bch_fs *); |