linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] md: Remove deprecated flavors
@ 2023-12-14 22:21 Song Liu
  2023-12-14 22:21 ` [PATCH 1/3] md: Remove deprecated CONFIG_MD_LINEAR Song Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Song Liu @ 2023-12-14 22:21 UTC (permalink / raw)
  To: linux-raid, linux-kernel, linux-block; +Cc: Song Liu

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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-01-12 18:27 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 22:21 [PATCH 0/3] md: Remove deprecated flavors Song Liu
2023-12-14 22:21 ` [PATCH 1/3] md: Remove deprecated CONFIG_MD_LINEAR Song Liu
2023-12-15  4:32   ` Christoph Hellwig
2023-12-15  7:04   ` Hannes Reinecke
2024-01-12  9:28   ` Geert Uytterhoeven
2024-01-12 17:08     ` Song Liu
2024-01-12 17:10       ` Christoph Hellwig
2024-01-12 17:11         ` Jens Axboe
2024-01-12 18:27         ` Geert Uytterhoeven
2023-12-14 22:21 ` [PATCH 2/3] md: Remove deprecated CONFIG_MD_MULTIPATH Song Liu
2023-12-15  4:33   ` Christoph Hellwig
2023-12-15  7:05   ` Hannes Reinecke
2023-12-14 22:21 ` [PATCH 3/3] md: Remove deprecated CONFIG_MD_FAULTY Song Liu
2023-12-15  4:33   ` Christoph Hellwig
2023-12-15  7:05   ` Hannes Reinecke
2023-12-15 11:50 ` [PATCH 0/3] md: Remove deprecated flavors Mariusz Tkaczyk
2023-12-15 15:37   ` Song Liu
2023-12-18  8:32     ` Mariusz Tkaczyk
2023-12-18 16:11       ` Song Liu
2023-12-19 10:46         ` Mariusz Tkaczyk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).