diff options
author | Qu Wenruo <wqu@suse.com> | 2023-09-08 14:42:15 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-10-12 16:44:05 +0200 |
commit | af32d3632e7d2031f6581fe6297d39cdb6255893 (patch) | |
tree | 0735fce63076522c6a39128589433777dd80af4a /fs/btrfs/check-integrity.h | |
parent | 51cf580c23627de4eaf3d96b8ea7275770bacf6d (diff) |
btrfs: check-integrity: remove btrfsic_mount() function
The function btrfsic_mount() is part of the deprecated check-integrity
functionality.
Now let's remove the main entry point of check-integrity, and thankfully
most of the check-integrity code is self-contained inside
check-integrity.c, we can safely remove the function without huge
changes to btrfs code base.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/check-integrity.h')
-rw-r--r-- | fs/btrfs/check-integrity.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/check-integrity.h b/fs/btrfs/check-integrity.h index 40289f1db471..8c1648f1b745 100644 --- a/fs/btrfs/check-integrity.h +++ b/fs/btrfs/check-integrity.h @@ -6,9 +6,6 @@ #ifndef BTRFS_CHECK_INTEGRITY_H #define BTRFS_CHECK_INTEGRITY_H -int btrfsic_mount(struct btrfs_fs_info *fs_info, - struct btrfs_fs_devices *fs_devices, - int including_extent_data, u32 print_mask); void btrfsic_unmount(struct btrfs_fs_devices *fs_devices); #endif |