summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-02-08 02:30:55 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-02-08 02:30:55 +0000
commit9327f3ee0d71f2e182ae010dc3d33cd36dc5d035 (patch)
tree538bf7180657cbd48680ad16d1e6b4b682185adf /sys/fs/msdosfs
parent9a7c587caaddd9435daa1a98e9b50182d0de51b1 (diff)
downloadFreeBSD-src-9327f3ee0d71f2e182ae010dc3d33cd36dc5d035.zip
FreeBSD-src-9327f3ee0d71f2e182ae010dc3d33cd36dc5d035.tar.gz
Add noatime to the list of mount options that msdosfs accepts.
PR: 108896 Submitted by: Eugene Grosbein <eugen grosbein pp ru>
Diffstat (limited to 'sys/fs/msdosfs')
-rw-r--r--sys/fs/msdosfs/msdosfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c
index eb84bbe..adefd76 100644
--- a/sys/fs/msdosfs/msdosfs_vfsops.c
+++ b/sys/fs/msdosfs/msdosfs_vfsops.c
@@ -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",
OpenPOWER on IntegriCloud