diff options
author | Mike Snitzer <snitzer@kernel.org> | 2023-12-13 14:46:19 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-01-20 11:50:08 +0100 |
commit | 87e2739656f4919aa43c7999427e8e9fbaee6e74 (patch) | |
tree | 820fbb2b0f2ac2bdc64817ddc890f18de39f273b /drivers | |
parent | d0085e100f403ec803fc89d8f254fb13abe620a2 (diff) | |
download | linux-stable-87e2739656f4919aa43c7999427e8e9fbaee6e74.tar.gz linux-stable-87e2739656f4919aa43c7999427e8e9fbaee6e74.tar.bz2 linux-stable-87e2739656f4919aa43c7999427e8e9fbaee6e74.zip |
dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM
[ Upstream commit 6849302fdff126997765d16df355b73231f130d4 ]
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 662d219c39bf..db0e97020256 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. |