From: Ben Gras Date: Thu, 11 Dec 2008 14:46:46 +0000 (+0000) Subject: debug out X-Git-Tag: v3.1.4~189 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=b9a0d46ea9547bfecc954cb8186810a8e8661759;p=minix.git debug out --- diff --git a/servers/vfs/link.c b/servers/vfs/link.c index e1cbc3047..ff85ab305 100644 --- a/servers/vfs/link.c +++ b/servers/vfs/link.c @@ -316,8 +316,10 @@ PUBLIC int do_slink() return r; } +#if 0 printf("vfs:do_slink: got dir inode %d on dev 0x%x, fs %d\n", vp->v_inode_nr, vp->v_dev, vp->v_fs_e); +#endif r= forbidden(vp, W_BIT|X_BIT, 0 /*!use_realuid*/); if (r != OK)