mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add "errmsg" to list of global mount options.
This commit is contained in:
parent
2b58bea7c0
commit
8539ca4cde
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ struct vnode *rootvnode;
|
|||
* Global opts, taken by all filesystems
|
||||
*/
|
||||
static const char *global_opts[] = {
|
||||
"errmsg",
|
||||
"fstype",
|
||||
"fspath",
|
||||
"rdonly",
|
||||
|
|
|
|||
Loading…
Reference in a new issue