mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
[SCSI] be2iscsi: SGE Len == 64K
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
af4c609c0d
commit
58ff4bd042
1 changed files with 1 additions and 1 deletions
|
@ -2040,7 +2040,7 @@ hwi_write_sgl(struct iscsi_wrb *pwrb, struct scatterlist *sg,
|
|||
unsigned int num_sg, struct beiscsi_io_task *io_task)
|
||||
{
|
||||
struct iscsi_sge *psgl;
|
||||
unsigned short sg_len, index;
|
||||
unsigned int sg_len, index;
|
||||
unsigned int sge_len = 0;
|
||||
unsigned long long addr;
|
||||
struct scatterlist *l_sg;
|
||||
|
|
Loading…
Add table
Reference in a new issue