[SCSI] More buffer->request_buffer changes
Seem like quite a few splipped through the cracks. Here's a patch to update all references I could find: Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
这个提交包含在:
@@ -169,8 +169,6 @@ int __init pluto_detect(struct scsi_host_template *tpnt)
|
||||
SCpnt->request->rq_status = RQ_SCSI_BUSY;
|
||||
|
||||
SCpnt->done = pluto_detect_done;
|
||||
SCpnt->bufflen = 256;
|
||||
SCpnt->buffer = fcs[i].inquiry;
|
||||
SCpnt->request_bufflen = 256;
|
||||
SCpnt->request_buffer = fcs[i].inquiry;
|
||||
PLD(("set up %d %08lx\n", i, (long)SCpnt))
|
||||
|
在新工单中引用
屏蔽一个用户