From 316ba64801122998d1629a8a3e8749cc3c7b58e0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 4 Jun 2011 12:37:09 +0000 Subject: [PATCH] ib_srpt: Revert r3522. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3528 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index e213d2397..0db33aa12 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1775,6 +1775,7 @@ static void srpt_handle_new_iu(struct srpt_rdma_ch *ch, break; } +post_recv: srpt_post_recv(ch->sport->sdev, recv_ioctx); out: return;