MFS: remove some redundant code (reported by Maurizio Lombardi)

This commit is contained in:
David van Moolenbroek 2009-07-12 13:57:34 +00:00
parent 013241a006
commit f80aaae86a

View 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