Add noclusterr and noclusterw options to the options list. I forgot these
when I implemented clustering.
This commit is contained in:
parent
adbeba35f8
commit
d2c2b5f35c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user