From cf9e56b04e75c19037ad4b8cfd838d968fbb10b0 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Mon, 12 Dec 2005 19:51:37 +0000 Subject: [PATCH] For reiserfs, pass mount parameters directly to nmount() instead of forking an external mount_reiserfs program. Reviewed by: dumbbell --- sbin/mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };