From c2bb7397609baea4f07a09ec1e9cbb0e10dfb2a4 Mon Sep 17 00:00:00 2001 From: Thomas Veerman Date: Mon, 2 Apr 2012 15:23:33 +0000 Subject: [PATCH] VFS: let know when skipping reply --- servers/vfs/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/servers/vfs/main.c b/servers/vfs/main.c index 863691890..4f6e0661c 100644 --- a/servers/vfs/main.c +++ b/servers/vfs/main.c @@ -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); } -- 2.44.0