diff --git a/servers/vfs/path.c b/servers/vfs/path.c index 7283b4acb..f9db5d5c8 100644 --- a/servers/vfs/path.c +++ b/servers/vfs/path.c @@ -390,9 +390,11 @@ char **pathrem; if (res.inode_nr == 0) { +#if 0 printf("Xlookup_vp: lookup returned no inode\n"); printf("lookup_res = %d, last = '%s'\n\n", lookup_res, lookup_req->lastc); +#endif *vpp= NULL; return lookup_res; }