mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166559
@ -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 New Issue
Block a user