From 9327f3ee0d71f2e182ae010dc3d33cd36dc5d035 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Thu, 8 Feb 2007 02:30:55 +0000 Subject: Add noatime to the list of mount options that msdosfs accepts. PR: 108896 Submitted by: Eugene Grosbein --- sys/fs/msdosfs/msdosfs_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/msdosfs') 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", -- cgit v1.1