VFS: let know when skipping reply
This commit is contained in:
parent
91a38b6d4e
commit
c2bb739760
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue