[SCSI] iscsi_tcp: convert to use the data buffer accessors
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Thu, 14 Jun 2007 13:13:17 +0000 (22:13 +0900)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 17 Jun 2007 21:01:55 +0000 (16:01 -0500)
commit1c13899154f6f93e8c9ff3e981a90d5f21df2d6b
tree0287449d5e4da4fb8824e49f5cd25c4dbfcc3bac
parentd36b113eea2918ce1badf277af9fc64311609ca2
[SCSI] iscsi_tcp: 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.

TODO: use scsi_for_each_sg().

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/iscsi_tcp.c
drivers/scsi/libiscsi.c