mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
For reiserfs, pass mount parameters directly to nmount() instead
of forking an external mount_reiserfs program. Reviewed by: dumbbell
This commit is contained in:
parent
02a101a611
commit
cf9e56b04e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue