提交 d0ace3c5 编写于 作者: R Randy Dunlap 提交者: James Bottomley

[SCSI] scsi_debug: needs CRC_T10DIF

Fix scsi_debug build error:

drivers/built-in.o: In function `resp_read':
scsi_debug.c:(.text+0x21379a): undefined reference to `crc_t10dif'
drivers/built-in.o: In function `resp_write':
scsi_debug.c:(.text+0x213fca): undefined reference to `crc_t10dif'
Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
上级 c6a44287
...@@ -1535,6 +1535,7 @@ config SCSI_NSP32 ...@@ -1535,6 +1535,7 @@ config SCSI_NSP32
config SCSI_DEBUG config SCSI_DEBUG
tristate "SCSI debugging host simulator" tristate "SCSI debugging host simulator"
depends on SCSI depends on SCSI
select CRC_T10DIF
help help
This is a host adapter simulator that can simulate multiple hosts This is a host adapter simulator that can simulate multiple hosts
each with multiple dummy SCSI devices (disks). It defaults to one each with multiple dummy SCSI devices (disks). It defaults to one
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册