aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
diff options
context:
space:
mode:
authorGravatar Qu Wenruo <wqu@suse.com> 2023-09-08 14:42:16 +0800
committerGravatar David Sterba <dsterba@suse.com> 2023-10-12 16:44:05 +0200
commitfb2a836da4513cb2e0d9bb8548f3f095a814dda5 (patch)
treed543215ec22a52d5ac235b5dfe2518af121c47ce /fs/btrfs/extent_io.c
parentbtrfs: check-integrity: remove btrfsic_mount() function (diff)
downloadlinux-fb2a836da4513cb2e0d9bb8548f3f095a814dda5.tar.gz
linux-fb2a836da4513cb2e0d9bb8548f3f095a814dda5.tar.bz2
linux-fb2a836da4513cb2e0d9bb8548f3f095a814dda5.zip
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>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r--fs/btrfs/extent_io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index fdf54deb718f..5698282c1787 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -21,7 +21,6 @@
#include "ctree.h"
#include "btrfs_inode.h"
#include "bio.h"
-#include "check-integrity.h"
#include "locking.h"
#include "rcu-string.h"
#include "backref.h"