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:
parent
b9f07b864b
commit
59169d9156
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253573
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user