Author: kib
Date: Thu Jan 19 13:35:14 2017
New Revision: 312407
URL: https://svnweb.freebsd.org/changeset/base/312407

Log:
  Remove unused union member, fifos on tmpfs are implemented in common code.
  
  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 11:17:09 2017        (r312406)
+++ head/sys/fs/tmpfs/tmpfs.h   Thu Jan 19 13:35:14 2017        (r312407)
@@ -259,12 +259,6 @@ struct tmpfs_node {
                        vm_object_t             tn_aobj;
 
                }tn_reg;
-
-               /* Valid when tn_type = VFIFO */
-               struct tn_fifo {
-                       fo_rdwr_t               *tn_fo_read;
-                       fo_rdwr_t               *tn_fo_write;
-               }tn_fifo;
        }tn_spec;
 };
 LIST_HEAD(tmpfs_node_list, tmpfs_node);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to