VFS: let know when skipping reply

This commit is contained in:
Thomas Veerman 2012-04-02 15:23:33 +00:00
parent 91a38b6d4e
commit c2bb739760

View file

@ -287,6 +287,9 @@ static void *do_fs_reply(struct job *job)
vmp->m_comm.c_cur_reqs--; /* We've got our reply, make room for others */
if (rfp->fp_wtid != invalid_thread_id)
worker_signal(worker_get(rfp->fp_wtid)); /* Continue this thread */
else
printf("VFS: consistency error: reply for finished job\n");
return(NULL);
}