Re: [PATCH 3/19] ipr: convert to use the data buffer accessors

2007-05-14 Thread FUJITA Tomonori
From: Brian King <[EMAIL PROTECTED]> Subject: Re: [PATCH 3/19] ipr: convert to use the data buffer accessors Date: Mon, 14 May 2007 10:27:44 -0500 > FUJITA Tomonori wrote: > > @@ -550,12 +550,7 @@ struct ipr_cmnd *ipr_get_free_ipr_cmnd(s > > static void ipr_unmap_sgli

Re: [PATCH 3/19] ipr: convert to use the data buffer accessors

2007-05-14 Thread Brian King
FUJITA Tomonori wrote: > @@ -550,12 +550,7 @@ struct ipr_cmnd *ipr_get_free_ipr_cmnd(s > static void ipr_unmap_sglist(struct ipr_ioa_cfg *ioa_cfg, >struct ipr_cmnd *ipr_cmd) > { > - struct scsi_cmnd *scsi_cmd = ipr_cmd->scsi_cmd; > - > - if (ipr_cmd->dma_use_sg

[PATCH 3/19] ipr: convert to use the data buffer accessors

2007-05-12 Thread FUJITA Tomonori
This converts ipr to use the data buffer accessors. Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]> --- drivers/scsi/ipr.c | 26 -- 1 files changed, 8 insertions(+), 18 deletions(-) diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index 8390bce..8002ecc 100644 --