From: Mike Snitzer Date: Wed, 13 Dec 2023 19:46:19 +0000 (-0500) Subject: dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM X-Git-Tag: v6.1.74~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e2739656f4919aa43c7999427e8e9fbaee6e74;p=thirdparty%2Fkernel%2Fstable.git dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM [ Upstream commit 6849302fdff126997765d16df355b73231f130d4 ] Signed-off-by: Mike Snitzer Signed-off-by: Sasha Levin --- diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 662d219c39bf4..db0e97020256e 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -650,6 +650,7 @@ config DM_ZONED config DM_AUDIT bool "DM audit events" + depends on BLK_DEV_DM depends on AUDIT help Generate audit events for device-mapper.