mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 04:36:22 +00:00
fileio_tgt: change "#if DEBUG_TM_FN_IGNORE" to "#ifdef ..."
Signed-off-by: David Butterfield <dab21774@gmail.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7137 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -747,7 +747,7 @@ static int process_cmd(struct vdisk_cmd *vcmd)
|
||||
|
||||
case SCST_USER_TASK_MGMT_DONE:
|
||||
res = do_tm(vcmd, 1);
|
||||
#if DEBUG_TM_FN_IGNORE
|
||||
#ifdef DEBUG_TM_FN_IGNORE
|
||||
if (dev->debug_tm_ignore) {
|
||||
sleep(15);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user