mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add noatime to the list of mount options that msdosfs accepts.
PR: 108896 Submitted by: Eugene Grosbein <eugen grosbein pp ru>
This commit is contained in:
parent
dc9a617afb
commit
d6140aaa69
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
/* List of mount options we support */
|
||||
static const char *msdosfs_opts[] = {
|
||||
"from",
|
||||
"export", "force", "sync",
|
||||
"atime", "export", "force", "sync",
|
||||
"uid", "gid", "mask", "dirmask",
|
||||
"shortname", "shortnames", "longname", "longnames", "nowin95", "win95",
|
||||
"kiconv", "cs_win", "cs_dos", "cs_local", "large",
|
||||
|
|
|
|||
Loading…
Reference in a new issue