]> Zhao Yanbai Git Server - minix.git/commitdiff
throw out debugging code.
authorBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 14:44:10 +0000 (14:44 +0000)
committerBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 14:44:10 +0000 (14:44 +0000)
servers/mfs/open.c

index 5e8d1fb4ddb2aca4a9d8e09ccf011f8dd0abebd4..1317a9f3d981a99a457c6910d3945b5332aea1ed 100644 (file)
@@ -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) {