ffs_vfsops: restore alphabetic order of options in ffs_opts
The order was not correct only for nfsv4acls. ("no" prefix is ignored) MFC after: 1 week
This commit is contained in:
parent
6fb8c0c117
commit
deb3b115e2
@ -126,8 +126,8 @@ static struct buf_ops ffs_ops = {
|
||||
|
||||
static const char *ffs_opts[] = { "acls", "async", "noatime", "noclusterr",
|
||||
"noclusterw", "noexec", "export", "force", "from", "multilabel",
|
||||
"snapshot", "nosuid", "suiddir", "nosymfollow", "sync",
|
||||
"union", "nfsv4acls", NULL };
|
||||
"nfsv4acls", "snapshot", "nosuid", "suiddir", "nosymfollow", "sync",
|
||||
"union", NULL };
|
||||
|
||||
static int
|
||||
ffs_mount(struct mount *mp)
|
||||
|
Loading…
Reference in New Issue
Block a user