Re: [RFC 15/34] iscsi-target: export symbols from iscsi_target.c

2016-03-02 Thread Varun Prakash
On Tue, Mar 01, 2016 at 08:19:48PM +0530, Christoph Hellwig wrote: > On Sun, Feb 14, 2016 at 11:12:09PM +0530, Varun Prakash wrote: > > export symbols from iscsi_target.c for > > ISCSI_TCP_CXGB4 transport driver. > > What exactly is the reason for the split between this and the previous > patch?

Re: [RFC 15/34] iscsi-target: export symbols from iscsi_target.c

2016-03-01 Thread Christoph Hellwig
On Sun, Feb 14, 2016 at 11:12:09PM +0530, Varun Prakash wrote: > export symbols from iscsi_target.c for > ISCSI_TCP_CXGB4 transport driver. What exactly is the reason for the split between this and the previous patch? -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the

[RFC 15/34] iscsi-target: export symbols from iscsi_target.c

2016-02-14 Thread Varun Prakash
export symbols from iscsi_target.c for ISCSI_TCP_CXGB4 transport driver. Signed-off-by: Varun Prakash --- drivers/target/iscsi/iscsi_target.c| 17 - include/target/iscsi/iscsi_transport.h | 10 ++ 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/drivers