aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2005-12-12 19:51:37 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2005-12-12 19:51:37 +0000
commitcf9e56b04e75c19037ad4b8cfd838d968fbb10b0 (patch)
tree6ed5c79b645f6cad94405f38d546b7e457233de3 /sbin/mount
parent02a101a611cb45da61239cc5e9121835215a043f (diff)
downloadsrc-cf9e56b04e75c19037ad4b8cfd838d968fbb10b0.tar.gz
src-cf9e56b04e75c19037ad4b8cfd838d968fbb10b0.zip
For reiserfs, pass mount parameters directly to nmount() instead
of forking an external mount_reiserfs program. Reviewed by: dumbbell
Notes
Notes: svn path=/head/; revision=153360
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index a1207a934e96..eb326160874f 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -130,7 +130,7 @@ use_mountprog(const char *vfstype)
unsigned int i;
const char *fs[] = {
"cd9660", "mfs", "msdosfs", "nfs", "nfs4", "ntfs",
- "nwfs", "nullfs", "portalfs", "reiserfs", "smbfs", "udf", "umapfs",
+ "nwfs", "nullfs", "portalfs", "smbfs", "udf", "umapfs",
"unionfs",
NULL
};