From 4fb1e2527cb812d2edd486190cb3f30651783438 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 4 Sep 2010 13:27:04 +0000 Subject: [PATCH] Fix confusion between CONFIG_DEBUG_SG and CONFIG_SCST_DEBUG_TM noticed by Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2050 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 4b8de2b3a..68ea6b9b0 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1677,17 +1677,11 @@ struct scst_cmd { /* Set if cmd is finished */ unsigned int finished:1; -#ifdef CONFIG_DEBUG_SG - /* - * Set if the cmd was delayed by task management debugging code. - * Used only if CONFIG_SCST_DEBUG_TM is on. - */ +#ifdef CONFIG_SCST_DEBUG_TM + /* Set if the cmd was delayed by task management debugging code */ unsigned int tm_dbg_delayed:1; - /* - * Set if the cmd must be ignored by task management debugging code. - * Used only if CONFIG_SCST_DEBUG_TM is on. - */ + /* Set if the cmd must be ignored by task management debugging code */ unsigned int tm_dbg_immut:1; #endif