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