Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information