[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
@ -1002,7 +1002,7 @@ connect_loop:
|
||||
}
|
||||
#endif
|
||||
|
||||
buffer = (struct scatterlist *) SCint->buffer;
|
||||
buffer = (struct scatterlist *) SCint->request_buffer;
|
||||
len = buffer->length;
|
||||
data = page_address(buffer->page) + buffer->offset;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user