commit | d36ab6f3212053b260214bc915687765e2fd1178 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu May 18 20:31:34 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sat May 20 09:34:54 2006 -0500 |
tree | b06957a99c8094ba45de16498b623d2eae5db543 | |
parent | 6e458cc943dd494ac68b570418f187883e555362 [diff] |
[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>