From dd9ca37b426499dd7d7ee0a91936bd0bd82d868b Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 13 Jan 2011 12:49:33 +0000 Subject: [PATCH] Now scst_pre_parse() called in __scst_init_cmd(), so there's no point to call scst_get_cdb_info() once again git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3213 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_targ.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index b90cb39f2..0cc0f0a04 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -179,7 +179,6 @@ static int scst_init_cmd(struct scst_cmd *cmd, enum scst_exec_context *context) EXTRACHECKS_BUG_ON(*context == SCST_CONTEXT_SAME); #ifdef CONFIG_SCST_TEST_IO_IN_SIRQ - scst_get_cdb_info(cmd); if (cmd->op_flags & SCST_TEST_IO_IN_SIRQ_ALLOWED) goto out; #endif