diff --git a/servers/mfs/path.c b/servers/mfs/path.c index d49765f50..03763214b 100644 --- a/servers/mfs/path.c +++ b/servers/mfs/path.c @@ -827,7 +827,6 @@ char string[NAME_MAX]; /* component name to look for */ } } } - if (rip == NIL_INODE) return(NIL_INODE); /* See if the inode is mounted on. If so, switch to root directory of the * mounted file system. The super_block provides the linkage between the @@ -921,7 +920,6 @@ char string[NAME_MAX]; /* component name to look for */ } } } - if (rip == NIL_INODE) return(NIL_INODE); /* See if the inode is mounted on. If so, switch to root directory of the * mounted file system. The super_block provides the linkage between the