- Changes to vgone() and related teardown code have meant that the vxthread

pointer is no longer needed.
This commit is contained in:
Jeff Roberson 2005-04-27 09:18:10 +00:00
parent 6c317bc4cf
commit fc8dfa75a7

View File

@ -165,7 +165,6 @@ struct vnode {
#endif
int v_holdcnt; /* i prevents recycling. */
int v_usecount; /* i ref count of users */
struct thread *v_vxthread; /* i thread running vgone. */
u_long v_iflag; /* i vnode flags (see below) */
u_long v_vflag; /* v vnode flags */
int v_writecount; /* v ref count of writers */