Add "errmsg" to list of global mount options.

This commit is contained in:
rodrigc 2005-12-08 04:09:29 +00:00
parent fa6c92fe5b
commit d4df430592

View File

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