1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

tmpfs works perfectly fine with -o union -- there is no reason to exclude it

from the list of options.
This commit is contained in:
Nathan Whitehorn 2013-07-23 14:48:37 +00:00
parent b9f07b864b
commit 59169d9156
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253573

View File

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