dm mpath: hp requires scsi
With CONFIG_SCSI=n __scsi_print_sense() is never linked in. drivers/built-in.o: In function `hp_sw_end_io': dm-mpath-hp-sw.c:(.text+0x914f8): undefined reference to `__scsi_print_sense' Caught with a randconfig on current git. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:
parent
512875bd96
commit
d1622e8909
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ config DM_MULTIPATH_RDAC
|
||||||
|
|
||||||
config DM_MULTIPATH_HP
|
config DM_MULTIPATH_HP
|
||||||
tristate "HP MSA multipath support (EXPERIMENTAL)"
|
tristate "HP MSA multipath support (EXPERIMENTAL)"
|
||||||
depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL
|
depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
Multipath support for HP MSA (Active/Passive) series hardware.
|
Multipath support for HP MSA (Active/Passive) series hardware.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue