tmpfs works perfectly fine with -o union -- there is no reason to exclude it
from the list of options.
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user