diff options
author | Qu Wenruo <wqu@suse.com> | 2023-09-08 14:42:16 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-10-12 16:44:05 +0200 |
commit | fb2a836da4513cb2e0d9bb8548f3f095a814dda5 (patch) | |
tree | d543215ec22a52d5ac235b5dfe2518af121c47ce /fs/btrfs/check-integrity.h | |
parent | af32d3632e7d2031f6581fe6297d39cdb6255893 (diff) |
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/check-integrity.h')
-rw-r--r-- | fs/btrfs/check-integrity.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fs/btrfs/check-integrity.h b/fs/btrfs/check-integrity.h deleted file mode 100644 index 8c1648f1b745..000000000000 --- a/fs/btrfs/check-integrity.h +++ /dev/null @@ -1,11 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * Copyright (C) STRATO AG 2011. All rights reserved. - */ - -#ifndef BTRFS_CHECK_INTEGRITY_H -#define BTRFS_CHECK_INTEGRITY_H - -void btrfsic_unmount(struct btrfs_fs_devices *fs_devices); - -#endif |