1
0
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:
Craig Rodrigues 2006-05-26 02:38:48 +00:00
parent 1b861e4a10
commit 0c89bb0a02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158930

View File

@ -138,6 +138,7 @@ static const char *global_opts[] = {
"rw",
"suid",
"exec",
"update",
NULL
};