All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Smart <James.Smart@Emulex.Com>
To: Boaz Harrosh <bharrosh@panasas.com>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>,
	James Bottomley <James.Bottomley@SteelEye.com>,
	linux-scsi <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH] lpfc: convert to use the data buffer accessors - part 2
Date: Tue, 03 Jul 2007 22:17:23 -0400	[thread overview]
Message-ID: <468B0333.6080000@emulex.com> (raw)
In-Reply-To: <468A6763.3020102@panasas.com>

ACK - missed in our merge. Thank You...

-- james s

Boaz Harrosh wrote:
>  This is an addendum to:
>  commit a0b4f78f9a4c869e9b29f254054ad7441cb40bbf
>  Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
>     [SCSI] lpfc: convert to use the data buffer accessors
> 
>  One place was missed in the merge
> 
>  Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
> ---
>  drivers/scsi/lpfc/lpfc_scsi.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
> index 5d2e3de..3d35eae 100644
> --- a/drivers/scsi/lpfc/lpfc_scsi.c
> +++ b/drivers/scsi/lpfc/lpfc_scsi.c
> @@ -506,7 +506,7 @@ lpfc_handle_fcp_err(struct lpfc_vport *vport, struct lpfc_scsi_buf *lpfc_cmd,
>  					"underrun converted to error "
>  					"Data: x%x x%x x%x\n",
>  					phba->brd_no, vpi, cmnd->cmnd[0],
> -					cmnd->request_bufflen,
> +					scsi_bufflen(cmnd),
>  					scsi_get_resid(cmnd), cmnd->underflow);
>  			host_status = DID_ERROR;
>  		}

      reply	other threads:[~2007-07-04  2:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-03 15:12 [PATCH] lpfc: convert to use the data buffer accessors - part 2 Boaz Harrosh
2007-07-04  2:17 ` James Smart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=468B0333.6080000@emulex.com \
    --to=james.smart@emulex.com \
    --cc=James.Bottomley@SteelEye.com \
    --cc=bharrosh@panasas.com \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.