Call call_storage_idle_notifys() to make storage idle callbacks work in
the sim. Change-Id: I40cdf0fd8881a6041b116a687602e231097ba732
This commit is contained in:
parent
15775c8bad
commit
a76de79b06
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ static ssize_t io_trigger_and_wait(enum io_dir cmd)
|
|||
result = -1;
|
||||
}
|
||||
|
||||
call_storage_idle_notifys(false);
|
||||
|
||||
/* Regain our status as current */
|
||||
if (mythread != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue