提交 294ab783 编写于 作者: C Christoph Hellwig 提交者: James Bottomley

scsi_dh: fix randconfig build error

It looks like the Kconfig check that was meant to fix this (commit
fe9233fb [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: fe9233fbSigned-off-by: NChristoph Hellwig <hch@lst.de>
Tested-by: NMike Snitzer <snitzer@redhat.com>
Signed-off-by: NJames Bottomley <JBottomley@Odin.com>
上级 537b604c
...@@ -393,7 +393,7 @@ config DM_MULTIPATH ...@@ -393,7 +393,7 @@ config DM_MULTIPATH
# of SCSI_DH if the latter isn't defined but if # of SCSI_DH if the latter isn't defined but if
# it is, DM_MULTIPATH must depend on it. We get a build # it is, DM_MULTIPATH must depend on it. We get a build
# error if SCSI_DH=m and DM_MULTIPATH=y # error if SCSI_DH=m and DM_MULTIPATH=y
depends on SCSI_DH || !SCSI_DH depends on !SCSI_DH || SCSI
---help--- ---help---
Allow volume managers to support multipath hardware. Allow volume managers to support multipath hardware.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册