[SCSI] iscsi: add high mem support
authorMike Christie <michaelc@cs.wisc.edu>
Sat, 14 Jan 2006 00:05:47 +0000 (18:05 -0600)
committerJames Bottomley <jejb@mulgrave.(none)>
Sat, 14 Jan 2006 16:55:18 +0000 (10:55 -0600)
commit7cae5159dd2623300cf9820865bfbf6dcdb7c1b9
tree68cd331b75515e90f79f4902de0620b293adcfd4
parent56851698c23430f0f291d6e50da344e6b414f3b9
[SCSI] iscsi: add high mem support

From Mike Christie <michaelc@cs.wisc.edu> and FUJITA Tomonori <tomof@acm.org>:

We cannot use page_address becuase some pages could be highmem.
Instead, we can use sock_no_sendpage which does kmap for us.

Signed-off-by: Alex Aizman <itn780@yahoo.com>
Signed-off-by: Dmitry Yusupov <dmitry_yus@yahoo.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/iscsi_tcp.c
drivers/scsi/iscsi_tcp.h