Mike Christie wrote: > Boaz Harrosh wrote: >> From: Pete Wyckoff <p...@padd.com> >> >> Mark iscsi_tcp as being capable of bidirectional transfers. The >> bsg interface checks this bit before attempting any bidirectional >> commands. >> >> Signed-off-by: Pete Wyckoff <p...@padd.com> >> Signed-off-by: Boaz Harrosh <bharr...@panasas.com> >> --- >> drivers/scsi/iscsi_tcp.c | 7 +++++++ >> 1 files changed, 7 insertions(+), 0 deletions(-) >> >> diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c >> index af092a8..9e2d4fb 100644 >> --- a/drivers/scsi/iscsi_tcp.c >> +++ b/drivers/scsi/iscsi_tcp.c >> @@ -806,6 +806,12 @@ static void iscsi_sw_tcp_session_destroy(struct >> iscsi_cls_session *cls_session) >> iscsi_host_free(shost); >> } >> >> +static int iscsi_tcp_slave_alloc(struct scsi_device *sdev) >> +{ > > I merged this for 2.6.30 with a small change where this is renamed > iscsi_sw_tcp_slave_alloc to fit the naming of functions in that file. >
Sure, thanks, sorry. It's Pete's patch and I failed to adapt it to latest changes. > Thanks. > Thanks Boaz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com To unsubscribe from this group, send email to open-iscsi+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/open-iscsi -~----------~----~----~----~------~----~------~--~---