]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
scsi_dh: fix randconfig build error
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Sep 2015 16:04:18 +0000 (18:04 +0200)
committerJames Bottomley <JBottomley@Odin.com>
Fri, 11 Sep 2015 18:54:37 +0000 (11:54 -0700)
It looks like the Kconfig check that was meant to fix this (commit
fe9233fb6914a0eb20166c967e3020f7f0fba2c9 [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: fe9233fb6914a0eb20166c967e3020f7f0fba2c9
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/md/Kconfig

index b59727309072462fb3d0dc42935000d9570a7589..e9ea681129dfa1b4eff05599e09e5f996d189c47 100644 (file)
@@ -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.