For reiserfs, pass mount parameters directly to nmount() instead

of forking an external mount_reiserfs program.

Reviewed by:	dumbbell
This commit is contained in:
Craig Rodrigues 2005-12-12 19:51:37 +00:00
parent 02a101a611
commit cf9e56b04e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153360

View File

@ -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
};