[SCSI] ips: convert to use the data buffer accessors
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Wed, 13 Jun 2007 14:27:09 +0000 (23:27 +0900)
committerJames Bottomley <jejb@mulgrave.(none)>
Sat, 16 Jun 2007 20:39:42 +0000 (13:39 -0700)
commit2f4cf91cc0a1f32f75e1fa0a4d70a9bc7340a302
treee181fdf8ddcc3146c4b70734d82de518b9a23623
parentbb350d1decd9c48ffaa7f7e263df3056df9f4f21
[SCSI] ips: convert to use the data buffer accessors

- remove the unnecessary map_single path.

- convert to use the new accessors for the sg lists and the
parameters.

Jens Axboe <jens.axboe@oracle.com> did the for_each_sg cleanup.

TODO: use scsi_for_each_sg() in the breakup handling.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: "Salyzyn, Mark" <mark_salyzyn@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/ips.c