diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2023-08-11 18:00:44 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2023-08-16 09:16:09 +0000 |
commit | 0fbf21482f5a594d26314e1354df4dd691bc6401 (patch) | |
tree | 72e86c8ebdb155680066b05d6192cc2be07a9381 | |
parent | 14e8b328e3245d9260212ec9e108f7fe23158cd8 (diff) | |
download | src-0fbf21482f5a594d26314e1354df4dd691bc6401.tar.gz src-0fbf21482f5a594d26314e1354df4dd691bc6401.zip |
-rw-r--r-- | sys/fs/tmpfs/tmpfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/tmpfs/tmpfs_vfsops.c b/sys/fs/tmpfs/tmpfs_vfsops.c index 9a9c3f4570de..af0b158988f7 100644 --- a/sys/fs/tmpfs/tmpfs_vfsops.c +++ b/sys/fs/tmpfs/tmpfs_vfsops.c @@ -93,7 +93,7 @@ static int tmpfs_statfs(struct mount *, struct statfs *); static const char *tmpfs_opts[] = { "from", "size", "maxfilesize", "inodes", "uid", "gid", "mode", "export", - "union", "nonc", "nomtime", "nosymfollow", NULL + "union", "nonc", "nomtime", "nosymfollow", "pgread", NULL }; static const char *tmpfs_updateopts[] = { |