From: Thomas Veerman Date: Mon, 2 Apr 2012 15:24:04 +0000 (+0000) Subject: VFS: remove debug print X-Git-Tag: v3.2.1~595 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keygen.html?a=commitdiff_plain;h=e1a73469c8a0ce6ab87d171eabf2e0480e44bbc9;p=minix.git VFS: remove debug print --- diff --git a/servers/vfs/main.c b/servers/vfs/main.c index 4f6e0661c..f71ff1591 100644 --- a/servers/vfs/main.c +++ b/servers/vfs/main.c @@ -1035,10 +1035,6 @@ struct fproc *rfp; blocked_on = rfp->fp_blocked_on; m_in.m_source = rfp->fp_endpoint; m_in.m_type = rfp->fp_block_callnr; - if (call_nr == 6) { /* close() */ - if (m_in.fd != scratch(fp).file.fd_nr) - printf("VFS: would've done something weird\n"); - } m_in.fd = scratch(fp).file.fd_nr; m_in.buffer = scratch(fp).io.io_buffer; m_in.nbytes = scratch(fp).io.io_nbytes;