summaryrefslogtreecommitdiffstats
path: root/sys/fs/nwfs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-28 14:42:17 +0000
committerphk <phk@FreeBSD.org>2005-01-28 14:42:17 +0000
commit1b21636022cb61815279ff37e41229257d83e55b (patch)
tree9b68e8e84821edbdcbe09680e9f407c8a867f826 /sys/fs/nwfs
parent4f73d0b6fc7bb30749ac302949df13ac9a76c817 (diff)
downloadFreeBSD-src-1b21636022cb61815279ff37e41229257d83e55b.zip
FreeBSD-src-1b21636022cb61815279ff37e41229257d83e55b.tar.gz
Make filesystems get rid of their own vnodes vnode_pager object in
VOP_RECLAIM().
Diffstat (limited to 'sys/fs/nwfs')
-rw-r--r--sys/fs/nwfs/nwfs_node.c1
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);
OpenPOWER on IntegriCloud