commit | 7cae5159dd2623300cf9820865bfbf6dcdb7c1b9 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Fri Jan 13 18:05:47 2006 -0600 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sat Jan 14 10:55:18 2006 -0600 |
tree | 68cd331b75515e90f79f4902de0620b293adcfd4 | |
parent | 56851698c23430f0f291d6e50da344e6b414f3b9 [diff] |
[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>