Add "errmsg" to list of global mount options.

This commit is contained in:
Craig Rodrigues 2005-12-08 04:09:29 +00:00
parent 2b58bea7c0
commit 8539ca4cde

View File

@ -127,6 +127,7 @@ struct vnode *rootvnode;
* Global opts, taken by all filesystems
*/
static const char *global_opts[] = {
"errmsg",
"fstype",
"fspath",
"rdonly",