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:
Craig Rodrigues 2007-02-08 02:30:55 +00:00
parent dc9a617afb
commit d6140aaa69

View file

@ -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",