Add noclusterr and noclusterw options to the options list. I forgot these

when I implemented clustering.
This commit is contained in:
Bruce Evans 2007-10-18 16:25:47 +00:00
parent 7c3fc9de5c
commit 9e916c3163

View File

@ -76,7 +76,7 @@
/* Mount options that we support. */
static const char *msdosfs_opts[] = {
"noatime",
"noatime", "noclusterr", "noclusterw",
"export", "force", "from", "sync",
"cs_dos", "cs_local", "cs_win", "dirmask",
"gid", "kiconv", "large", "longname",