commit | cfeb2cf957ca5b4e557b53fb91ccc52f442f6dbe | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Tue Dec 02 00:32:09 2008 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Dec 29 11:24:21 2008 -0600 |
tree | 71e1ccecf6626c09f42ae1f324809e504dc60a36 | |
parent | e2bac7c55e43c9018f2f4daf15437e836b26e709 [diff] |
[SCSI] libiscsi: change login data buffer allocation This modifies the login buffer allocation to use __get_free_pages. It will allow drivers that want to send this data with zero copy operations to easily line things up on page boundaries. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>