projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86f4b7
)
dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
author
Mike Snitzer
<snitzer@kernel.org>
Wed, 13 Dec 2023 19:46:19 +0000
(14:46 -0500)
committer
Mike Snitzer
<snitzer@kernel.org>
Mon, 18 Dec 2023 18:11:05 +0000
(13:11 -0500)
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/md/Kconfig
b/drivers/md/Kconfig
index 2a8b081bce7dd8509d770b337908e82c946b076f..3ff87cb4dc494883c964f5b88c10bccc7f345af4 100644
(file)
--- a/
drivers/md/Kconfig
+++ b/
drivers/md/Kconfig
@@
-660,6
+660,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.