]> Zhao Yanbai Git Server - minix.git/commitdiff
MFS: remove some redundant code (reported by Maurizio Lombardi)
authorDavid van Moolenbroek <david@minix3.org>
Sun, 12 Jul 2009 13:57:34 +0000 (13:57 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 12 Jul 2009 13:57:34 +0000 (13:57 +0000)
servers/mfs/path.c

index d49765f50e854d3e62a5f383c7cf778a17bf87b0..03763214bd4b1f6b5fff0090a3b3f6afc02b4148 100644 (file)
@@ -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