btrfs: check-integrity: remove btrfsic_unmount() function
authorQu Wenruo <wqu@suse.com>
Fri, 8 Sep 2023 06:42:16 +0000 (14:42 +0800)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:05 +0000 (16:44 +0200)
commitfb2a836da4513cb2e0d9bb8548f3f095a814dda5
treed543215ec22a52d5ac235b5dfe2518af121c47ce
parentaf32d3632e7d2031f6581fe6297d39cdb6255893
btrfs: check-integrity: remove btrfsic_unmount() 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>
fs/btrfs/Makefile
fs/btrfs/bio.c
fs/btrfs/check-integrity.c [deleted file]
fs/btrfs/check-integrity.h [deleted file]
fs/btrfs/dev-replace.c
fs/btrfs/disk-io.c
fs/btrfs/extent_io.c
fs/btrfs/scrub.c