- We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us.
This commit is contained in:
parent
4ab2c8bd52
commit
4b1a52f639
@ -353,8 +353,6 @@ nfs_reclaim(struct vop_reclaim_args *ap)
|
||||
}
|
||||
|
||||
lockdestroy(&np->n_rslock);
|
||||
|
||||
cache_purge(vp);
|
||||
uma_zfree(nfsnode_zone, vp->v_data);
|
||||
vp->v_data = NULL;
|
||||
return (0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user