Commit fddd9cf82c9f9617d134ae878a8f6b116ebbd43d

Authored by Chris Snook
Committed by Linus Torvalds
1 parent c3be10f757

make LKDTM depend on BLOCK

Make LKDTM depend on BLOCK to prevent build failures with certain configs.

Signed-off-by: Chris Snook <csnook@redhat.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -527,6 +527,7 @@
527 527 tristate "Linux Kernel Dump Test Tool Module"
528 528 depends on DEBUG_KERNEL
529 529 depends on KPROBES
  530 + depends on BLOCK
530 531 default n
531 532 help
532 533 This module enables testing of the different dumping mechanisms by