Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2013 14:48:37 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253573 - head/sys/fs/tmpfs
Message-ID:  <201307231448.r6NEmbeo044823@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Tue Jul 23 14:48:37 2013
New Revision: 253573
URL: http://svnweb.freebsd.org/changeset/base/253573

Log:
  tmpfs works perfectly fine with -o union -- there is no reason to exclude it
  from the list of options.

Modified:
  head/sys/fs/tmpfs/tmpfs_vfsops.c

Modified: head/sys/fs/tmpfs/tmpfs_vfsops.c
==============================================================================
--- head/sys/fs/tmpfs/tmpfs_vfsops.c	Tue Jul 23 14:24:22 2013	(r253572)
+++ head/sys/fs/tmpfs/tmpfs_vfsops.c	Tue Jul 23 14:48:37 2013	(r253573)
@@ -79,7 +79,7 @@ static int	tmpfs_statfs(struct mount *, 
 
 static const char *tmpfs_opts[] = {
 	"from", "size", "maxfilesize", "inodes", "uid", "gid", "mode", "export",
-	NULL
+	"union", NULL
 };
 
 static const char *tmpfs_updateopts[] = {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307231448.r6NEmbeo044823>