Call call_storage_idle_notifys() to make storage idle callbacks work in

the sim.

Change-Id: I40cdf0fd8881a6041b116a687602e231097ba732
This commit is contained in:
Thomas Martitz 2012-07-18 10:34:18 +02:00
parent 15775c8bad
commit a76de79b06

View file

@ -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)
{