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

[SCSI] lpfc : scsi command accessor fix for 8.2.2

It was pointed out by Boaz Harrosh <bharrosh@panasas.com> that our
8.2.2 lpfc patches revert a change to using SCSI command accessor
functions.

This patch, to be applied on top of the 8.2.2. patches, updates the
driver for the accessor functions.

Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by

James Smart and committed by
James Bottomley
66dbfbe6 585a8a59

+1 -1
+1 -1
drivers/scsi/lpfc/lpfc_scsi.c
··· 499 499 "0717 FCP command x%x residual " 500 500 "underrun converted to error " 501 501 "Data: x%x x%x x%x\n", 502 - cmnd->cmnd[0], cmnd->request_bufflen, 502 + cmnd->cmnd[0], scsi_bufflen(cmnd), 503 503 scsi_get_resid(cmnd), cmnd->underflow); 504 504 host_status = DID_ERROR; 505 505 }