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

View File

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