MFC r207366: ffs_vfsops: restore alphabetic order of options in ffs_opts

This commit is contained in:
Andriy Gapon 2010-05-23 07:04:21 +00:00
parent 5ea4f2ba9f
commit 57da3de368

View file

@ -127,8 +127,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)