svn commit: r312435 - head/sys/fs/tmpfs

Konstantin Belousov kib at FreeBSD.org
Thu Jan 19 20:03:27 UTC 2017


Author: kib
Date: Thu Jan 19 20:03:26 2017
New Revision: 312435
URL: https://svnweb.freebsd.org/changeset/base/312435

Log:
  Remove mistakenly merged field.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/fs/tmpfs/tmpfs.h

Modified: head/sys/fs/tmpfs/tmpfs.h
==============================================================================
--- head/sys/fs/tmpfs/tmpfs.h	Thu Jan 19 19:58:08 2017	(r312434)
+++ head/sys/fs/tmpfs/tmpfs.h	Thu Jan 19 20:03:26 2017	(r312435)
@@ -347,8 +347,6 @@ struct tmpfs_mount {
 	 */
 	struct tmpfs_node *	tm_root;
 
-	struct mount *		tm_mnt;
-
 	/*
 	 * Maximum number of possible nodes for this file system; set
 	 * during mount time.  We need a hard limit on the maximum number


More information about the svn-src-all mailing list