- Changes to vgone() and related teardown code have meant that the vxthread
pointer is no longer needed.
This commit is contained in:
parent
6c317bc4cf
commit
fc8dfa75a7
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user