From b4deb9204a686a09dfb64ec9c21ccdc6e7366def Mon Sep 17 00:00:00 2001 From: kib Date: Thu, 26 Jan 2017 10:41:56 +0000 Subject: MFC r312407: Remove unused union member, fifos on tmpfs are implemented in common code. --- sys/fs/tmpfs/tmpfs.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/fs/tmpfs') diff --git a/sys/fs/tmpfs/tmpfs.h b/sys/fs/tmpfs/tmpfs.h index 8cd1c4b..a4fb10f 100644 --- a/sys/fs/tmpfs/tmpfs.h +++ b/sys/fs/tmpfs/tmpfs.h @@ -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); -- cgit v1.1