diff options
author | Song Liu <song@kernel.org> | 2023-12-14 14:21:05 -0800 |
---|---|---|
committer | Song Liu <song@kernel.org> | 2023-12-19 10:16:51 -0800 |
commit | 849d18e27be9a1253f2318cb4549cc857219d991 (patch) | |
tree | 08cee66913c0065444cb962d0b2c9c272a2f72b6 /drivers/md/Kconfig | |
parent | ca294b34aaf3a417fe9069b174e52508ac918ec8 (diff) | |
download | linux-849d18e27be9a1253f2318cb4549cc857219d991.tar.gz linux-849d18e27be9a1253f2318cb4549cc857219d991.tar.bz2 linux-849d18e27be9a1253f2318cb4549cc857219d991.zip |
md: Remove deprecated CONFIG_MD_LINEAR
md-linear has been marked as deprecated for 2.5 years. Remove it.
Cc: Christoph Hellwig <hch@lst.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Neil Brown <neilb@suse.de>
Cc: Guoqing Jiang <guoqing.jiang@linux.dev>
Cc: Mateusz Grzonka <mateusz.grzonka@intel.com>
Cc: Jes Sorensen <jes@trained-monkey.org>
Signed-off-by: Song Liu <song@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Link: https://lore.kernel.org/r/20231214222107.2016042-2-song@kernel.org
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 2a8b081bce7d..0c721e0e5921 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -61,19 +61,6 @@ config MD_BITMAP_FILE various kernel APIs and can only work with files on a file system not actually sitting on the MD device. -config MD_LINEAR - tristate "Linear (append) mode (deprecated)" - depends on BLK_DEV_MD - help - If you say Y here, then your multiple devices driver will be able to - use the so-called linear mode, i.e. it will combine the hard disk - partitions by simply appending one to the other. - - To compile this as a module, choose M here: the module - will be called linear. - - If unsure, say Y. - config MD_RAID0 tristate "RAID-0 (striping) mode" depends on BLK_DEV_MD |