[PATCH 01/20] drbd: mark as BROKEN during DRBD 9 rework
Christoph Böhmwalder <[email protected]> Fri, 27 Mar 2026 23:38:01 +0100
| Newsgroups | dev.linux.lists.drbd-dev,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Mark DRBD as BROKEN while the driver is being reworked for DRBD 9 multi-peer support. The following commits restructure the driver extensively, and intermediate states do not compile. DRBD will be re-enabled once the rework is complete. Signed-off-by: Christoph Böhmwalder <[email protected]> --- drivers/block/drbd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/block/drbd/Kconfig b/drivers/block/drbd/Kconfig index 495a72da04c6..b907b07468bb 100644 --- a/drivers/block/drbd/Kconfig +++ b/drivers/block/drbd/Kconfig @@ -8,6 +8,7 @@ comment "DRBD disabled because PROC_FS or INET not selected" config BLK_DEV_DRBD tristate "DRBD Distributed Replicated Block Device support" + depends on BROKEN depends on PROC_FS && INET select LRU_CACHE select CRC32 -- 2.53.0