Remove unused union member, fifos on tmpfs are implemented in common code.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
d1c2b08754
commit
d899aacb44
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user