Skip to content

Commit 6849302

Browse files
author
Mike Snitzer
committed
dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
Signed-off-by: Mike Snitzer <[email protected]>
1 parent b86f4b7 commit 6849302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/md/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ config DM_ZONED
660660

661661
config DM_AUDIT
662662
bool "DM audit events"
663+
depends on BLK_DEV_DM
663664
depends on AUDIT
664665
help
665666
Generate audit events for device-mapper.

0 commit comments

Comments
 (0)