vm: bugfix: cover vfs_request-in-callback case

Change-Id: I16fccd9938fe8edab83c6c2e327d27d65ff20224
This commit is contained in:
Ben Gras 2013-06-05 15:02:56 +00:00
parent 1d842c6a57
commit d579bb21f4

View file

@ -135,8 +135,8 @@ int do_vfs_reply(message *m)
SLABFREE(orignode);
/* Send the next request message if any. */
if(first_queued)
/* Send the next request message if any and not re-activated. */
if(first_queued && !active)
activate();
return SUSPEND; /* don't reply to the reply */