Linear, multipath, and faulty have been marked as deprecated for 2.5 years. Let's remove them. Thanks, Song Song Liu (3): md: Remove deprecated CONFIG_MD_LINEAR md: Remove deprecated CONFIG_MD_MULTIPATH md: Remove deprecated CONFIG_MD_FAULTY drivers/md/Kconfig | 34 --- drivers/md/Makefile | 10 +- drivers/md/md-autodetect.c | 8 +- drivers/md/md-faulty.c | 365 -------------------------- drivers/md/md-linear.c | 318 ---------------------- drivers/md/md-multipath.c | 463 --------------------------------- drivers/md/md.c | 186 ++++++------- include/uapi/linux/raid/md_p.h | 8 +- include/uapi/linux/raid/md_u.h | 11 +- 9 files changed, 91 insertions(+), 1312 deletions(-) delete mode 100644 drivers/md/md-faulty.c delete mode 100644 drivers/md/md-linear.c delete mode 100644 drivers/md/md-multipath.c -- 2.34.1