Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

DM_MULTIPATH_RDAC: "scsi_normalize_sense" undefined

DM_MULTIPATH_RDAC uses SCSI API(s) and is for a SCSI device,
so add SCSI to its depends on to prevent build errors.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
[ Tested and Verified by Chandra Seetharaman ]
Acked-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
6e106b0d 1a8f4610

+1 -1
+1 -1
drivers/md/Kconfig
··· 263 263 264 264 config DM_MULTIPATH_RDAC 265 265 tristate "LSI/Engenio RDAC multipath support (EXPERIMENTAL)" 266 - depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL 266 + depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL 267 267 ---help--- 268 268 Multipath support for LSI/Engenio RDAC. 269 269