[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>
This commit is contained in:
committed by
James Bottomley
parent
92c0bfea9b
commit
79bd3f8563
@@ -874,7 +874,7 @@ static inline int load_cmd(struct scsi_cmnd *Cmnd, struct Command_Entry *cmd,
|
||||
if (Cmnd->use_sg) {
|
||||
int sg_count;
|
||||
|
||||
sg = (struct scatterlist *) Cmnd->buffer;
|
||||
sg = (struct scatterlist *) Cmnd->request_buffer;
|
||||
sg_count = sbus_map_sg(qpti->sdev, sg, Cmnd->use_sg, Cmnd->sc_data_direction);
|
||||
|
||||
ds = cmd->dataseg;
|
||||
@@ -1278,7 +1278,7 @@ static struct scsi_cmnd *qlogicpti_intr_handler(struct qlogicpti *qpti)
|
||||
|
||||
if (Cmnd->use_sg) {
|
||||
sbus_unmap_sg(qpti->sdev,
|
||||
(struct scatterlist *)Cmnd->buffer,
|
||||
(struct scatterlist *)Cmnd->request_buffer,
|
||||
Cmnd->use_sg,
|
||||
Cmnd->sc_data_direction);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user