tmpfs: add the "pgread" mount option to the allowed options list for mount

Fixes:	0f613ab85e
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2023-08-11 21:00:44 +03:00
parent 54cfeb8484
commit 765ad5b28d

View File

@ -93,7 +93,7 @@ static int tmpfs_statfs(struct mount *, struct statfs *);
static const char *tmpfs_opts[] = {
"from", "easize", "size", "maxfilesize", "inodes", "uid", "gid", "mode",
"export", "union", "nonc", "nomtime", "nosymfollow", NULL
"export", "union", "nonc", "nomtime", "nosymfollow", "pgread", NULL
};
static const char *tmpfs_updateopts[] = {