[PATCH 20/20] drbd: remove BROKEN for DRBD

From: Christoph Böhmwalder

Date: Fri Mar 27 2026 - 18:42:00 EST


Remove the BROKEN dependency now that the DRBD 9 rework is complete
and the driver compiles cleanly again.

Signed-off-by: Christoph Böhmwalder <christoph.boehmwalder@xxxxxxxxxx>
---
drivers/block/drbd/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/block/drbd/Kconfig b/drivers/block/drbd/Kconfig
index d4975c21d4de..ddab8d4ed40b 100644
--- a/drivers/block/drbd/Kconfig
+++ b/drivers/block/drbd/Kconfig
@@ -8,7 +8,6 @@ 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