Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d1622e89099b7cdda20d95a68940067bdddda03c
Commit:     d1622e89099b7cdda20d95a68940067bdddda03c
Parent:     512875bd9661368da6f993205a61213b79ba1df0
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Thu Dec 13 14:15:43 2007 +0000
Committer:  Alasdair G Kergon <[EMAIL PROTECTED]>
CommitDate: Thu Dec 20 17:32:09 2007 +0000

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Alasdair G Kergon <[EMAIL PROTECTED]>
---
 drivers/md/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 9b6fbf0..3fa7c77 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -269,7 +269,7 @@ config DM_MULTIPATH_RDAC
 
 config DM_MULTIPATH_HP
         tristate "HP MSA multipath support (EXPERIMENTAL)"
-        depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL
+        depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL
         ---help---
           Multipath support for HP MSA (Active/Passive) series hardware.
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to