commit | a081c13e39b5c17052a7b46fafa61019c4c110ff | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Tue Dec 02 00:32:11 2008 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Dec 29 11:24:22 2008 -0600 |
tree | d00093d2e869b825d4e6aea62ff3b69b0c38c7b9 | |
parent | 30b4915015c112547e930cadf734d875aec8438d [diff] |
[SCSI] iscsi_tcp: split module into lib and lld As explained in the previous mails, cxgb3i needs iscsi_tcp's r2t/data_out and data_in procesing so this just moves functions that both drivers want to use to a new module libiscsi_tcp. The next patch will hook iscsi_tcp in. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>