mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
scst: Fix scst_resume_activity() (merge r6818 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.1.x@6819 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1092,7 +1092,8 @@ static void __scst_resume_activity(void)
|
||||
TRACE_MGMT_DBG("Moving delayed mgmt cmd %p to head of active "
|
||||
"mgmt cmd list", m);
|
||||
}
|
||||
list_splice(&scst_delayed_mgmt_cmd_list, &scst_active_mgmt_cmd_list);
|
||||
list_splice_init(&scst_delayed_mgmt_cmd_list,
|
||||
&scst_active_mgmt_cmd_list);
|
||||
spin_unlock_irq(&scst_mcmd_lock);
|
||||
|
||||
wake_up_all(&scst_mgmt_cmd_list_waitQ);
|
||||
|
||||
Reference in New Issue
Block a user