diff options
Diffstat (limited to 'sys/fs/nwfs/nwfs_node.c')
-rw-r--r-- | sys/fs/nwfs/nwfs_node.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/nwfs/nwfs_node.c b/sys/fs/nwfs/nwfs_node.c index 31c1944..28b96a1 100644 --- a/sys/fs/nwfs/nwfs_node.c +++ b/sys/fs/nwfs/nwfs_node.c @@ -270,6 +270,7 @@ nwfs_reclaim(ap) nmp->n_root = NULL; } vp->v_data = NULL; + vnode_destroy_vobject(vp); FREE(np, M_NWNODE); if (dvp) { vrele(dvp); |