summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount/mount.c')
-rw-r--r--sbin/mount/mount.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index d950216..89bc1cb 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -507,9 +507,7 @@ mountfs(const char *vfstype, const char *spec, const char *name, int flags,
return (0);
}
- if (strcmp(vfstype, "ufs")==0) {
- ret = mount_ufs(argc, argv);
- } else if (use_mountprog(vfstype)) {
+ if (use_mountprog(vfstype)) {
ret = exec_mountprog(name, execname, argv);
} else {
ret = mount_fs(vfstype, argc, argv);
OpenPOWER on IntegriCloud