scsi_dh: fix randconfig build error
It looks like the Kconfig check that was meant to fix this (commitfe9233fb69
[SCSI] scsi_dh: fix kconfig related build errors) was actually reversed, but no-one noticed until the new set of patches which separated DM and SCSI_DH). Fixes:fe9233fb69
Signed-off-by: Christoph Hellwig <hch@lst.de> Tested-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:
Родитель
537b604c8b
Коммит
294ab783ad
|
@ -393,7 +393,7 @@ config DM_MULTIPATH
|
|||
# of SCSI_DH if the latter isn't defined but if
|
||||
# it is, DM_MULTIPATH must depend on it. We get a build
|
||||
# error if SCSI_DH=m and DM_MULTIPATH=y
|
||||
depends on SCSI_DH || !SCSI_DH
|
||||
depends on !SCSI_DH || SCSI
|
||||
---help---
|
||||
Allow volume managers to support multipath hardware.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче