From fdbc99557e28dbd027b5c692050718240a2d512e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 26 May 2010 18:16:26 +0000 Subject: [PATCH] Fixed build breakage caused by r1714. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1715 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index d6109d72d..53329dc87 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2773,7 +2773,7 @@ static int srpt_xmit_response(struct scst_cmd *scmnd) int resp_len; enum srpt_command_state prev_state; - EXTRACHECKS_BUG_ON(scst_cmd_atomic(scst_cmd)); + EXTRACHECKS_BUG_ON(scst_cmd_atomic(scmnd)); ioctx = scst_cmd_get_tgt_priv(scmnd); BUG_ON(!ioctx);