From: Ben Gras Date: Thu, 7 May 2009 09:58:16 +0000 (+0000) Subject: disable scary looking debug messages. X-Git-Tag: v3.1.4~59 X-Git-Url: http://zhaoyanbai.com/repos/man.host.html?a=commitdiff_plain;h=a38287067af30d9e02c1d8104ebcc6660b59b21d;p=minix.git disable scary looking debug messages. --- diff --git a/servers/mfs/link.c b/servers/mfs/link.c index 56d96ccb1..4dbfa8bce 100644 --- a/servers/mfs/link.c +++ b/servers/mfs/link.c @@ -803,14 +803,18 @@ PUBLIC int fs_rename_s() r = EINVAL; break; } +#if 0 printf("fs_rename_s: new_superdirp: %d on 0x%x\n", new_superdirp->i_num, new_superdirp->i_dev); +#endif next_new_superdirp = advance_nocheck(&new_superdirp, dot2); +#if 0 printf("fs_rename_s: next_new_superdirp: %d on 0x%x\n", next_new_superdirp->i_num, next_new_superdirp->i_dev); +#endif put_inode(new_superdirp); if (next_new_superdirp == new_superdirp) {