Remove misguided klude around for 2.4.x-test* brokenness. Al Viro

will be removing this stuff from /proc/mounts real soon now I am assured.
 -Erik
This commit is contained in:
Eric Andersen
2000-07-05 19:29:59 +00:00
parent f7cf2f7ef9
commit 89bc256c94
5 changed files with 0 additions and 25 deletions

View File

@@ -1199,9 +1199,6 @@ extern struct mntent *findMountPoint(const char *name, const char *table)
return 0;
while ((mountEntry = getmntent(mountTable)) != 0) {
if (strcmp(mountEntry->mnt_fsname, "none") == 0) {
continue;
}
if (strcmp(name, mountEntry->mnt_dir) == 0
|| strcmp(name, mountEntry->mnt_fsname) == 0) /* String match. */
break;