From e96f86ed8cd678cceae7c9daf4b1d0fd24ee8ed8 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 11 Dec 2008 14:44:10 +0000 Subject: [PATCH] throw out debugging code. --- servers/mfs/open.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servers/mfs/open.c b/servers/mfs/open.c index 5e8d1fb4d..1317a9f3d 100644 --- a/servers/mfs/open.c +++ b/servers/mfs/open.c @@ -573,8 +573,10 @@ PUBLIC int fs_slink_s() caller_uid = fs_m_in.REQ_UID; caller_gid = fs_m_in.REQ_GID; +#if 0 printf("mfs:fs_slink_s: creating link in dir inode %d dev 0x%x\n", fs_m_in.REQ_INODE_NR, fs_dev); +#endif /* Temporarily open the dir. */ if ( (ldirp = get_inode(fs_dev, fs_m_in.REQ_INODE_NR)) == NIL_INODE) { -- 2.44.0