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:
Andriy Gapon 2010-04-29 10:04:00 +00:00
parent 6fb8c0c117
commit deb3b115e2

View File

@ -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)