commit | e6f3b63f50b4bb9fdc9025e0c3994acd265ad3a2 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Jun 28 12:00:29 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Jun 29 11:08:31 2006 -0400 |
tree | ec5d681d2b7b203930e6cc1457b4f8aeee91439a | |
parent | f53a88da18e3c04c3ade07bc5eff520ee4259c3e [diff] |
[SCSI] iscsi: rm channel usage from iscsi I do not remember what I was thinking when we added the channel as a argument to the session create function. It was probably due to too much cut and paste work from the FC transport class. The channel is meaningless for iscsi drivers so this patch drops its usage everywhere in the iscsi related code. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>