mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add "update" mount option to global_opts array,
for use with vfs_filteropt().
This commit is contained in:
parent
1b861e4a10
commit
0c89bb0a02
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158930
@ -138,6 +138,7 @@ static const char *global_opts[] = {
|
||||
"rw",
|
||||
"suid",
|
||||
"exec",
|
||||
"update",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user