]> Git Repo - linux.git/commit
btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY option
authorQu Wenruo <[email protected]>
Fri, 8 Sep 2023 06:42:17 +0000 (14:42 +0800)
committerDavid Sterba <[email protected]>
Thu, 12 Oct 2023 14:44:05 +0000 (16:44 +0200)
commit732fab95abe2510560c8158e0d2e94460d38b2f4
tree1fb50f5288c33ff2216bd374df2f348a671743d4
parentfb2a836da4513cb2e0d9bb8548f3f095a814dda5
btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY option

Since all check-integrity entry points have been removed, let's also
remove the config and all related code relying on that.

And since we have removed the mount option for check-integrity, we also
need to re-number all the BTRFS_MOUNT_* enums.

Signed-off-by: Qu Wenruo <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/Kconfig
fs/btrfs/disk-io.c
fs/btrfs/fs.h
fs/btrfs/super.c
This page took 0.055172 seconds and 4 git commands to generate.