]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] libiscsi: change login data buffer allocation
authorMike Christie <michaelc@cs.wisc.edu>
Tue, 2 Dec 2008 06:32:09 +0000 (00:32 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 29 Dec 2008 17:24:21 +0000 (11:24 -0600)
commitcfeb2cf957ca5b4e557b53fb91ccc52f442f6dbe
tree71e1ccecf6626c09f42ae1f324809e504dc60a36
parente2bac7c55e43c9018f2f4daf15437e836b26e709
[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>
drivers/scsi/libiscsi.c