[SCSI] iscsi: only preallocate login buffer
authorMike Christie <michaelc@cs.wisc.edu>
Fri, 19 May 2006 01:31:34 +0000 (20:31 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 20 May 2006 14:34:54 +0000 (09:34 -0500)
commitd36ab6f3212053b260214bc915687765e2fd1178
treeb06957a99c8094ba45de16498b623d2eae5db543
parent6e458cc943dd494ac68b570418f187883e555362
[SCSI] iscsi: only preallocate login buffer

We only use the mtask data buffer for login tasks so we do not
need to preallocate a buffer for every mtask. This saves
8 * 31 KB.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/libiscsi.c