[SCSI] iscsi_tcp: split module into lib and lld
authorMike Christie <michaelc@cs.wisc.edu>
Tue, 2 Dec 2008 06:32:11 +0000 (00:32 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 29 Dec 2008 17:24:22 +0000 (11:24 -0600)
commita081c13e39b5c17052a7b46fafa61019c4c110ff
treed00093d2e869b825d4e6aea62ff3b69b0c38c7b9
parent30b4915015c112547e930cadf734d875aec8438d
[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>
drivers/scsi/libiscsi_tcp.c [new file with mode: 0644]
include/scsi/libiscsi_tcp.h [new file with mode: 0644]