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

when I implemented clustering.
This commit is contained in:
bde 2007-10-18 16:25:47 +00:00
parent adbeba35f8
commit d2c2b5f35c

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