]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit4e2614f51c2c48ec379cd140652e0c0289f7dbfa
treee181fdf8ddcc3146c4b70734d82de518b9a23623
parentff016d2f7f80c9b7322bb747cb3b7a8750458f46
[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