vm: bugfix: cover vfs_request-in-callback case
Change-Id: I16fccd9938fe8edab83c6c2e327d27d65ff20224
This commit is contained in:
parent
1d842c6a57
commit
d579bb21f4
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ int do_vfs_reply(message *m)
|
||||||
|
|
||||||
SLABFREE(orignode);
|
SLABFREE(orignode);
|
||||||
|
|
||||||
/* Send the next request message if any. */
|
/* Send the next request message if any and not re-activated. */
|
||||||
if(first_queued)
|
if(first_queued && !active)
|
||||||
activate();
|
activate();
|
||||||
|
|
||||||
return SUSPEND; /* don't reply to the reply */
|
return SUSPEND; /* don't reply to the reply */
|
||||||
|
|
Loading…
Reference in a new issue