Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/nfs
Module Name: src
Committed By: fvdl
Date: Wed Feb 12 14:50:53 UTC 2003
Modified Files:
src/sys/nfs: nfs_node.c
Log Message:
Move purging the dircache and removing a vnode from the nqnfs timer queue
into nfs_inactive, this is a better place for it.
This doesn't actually solve the actual problem, which appears to be a race
condition with unmounting and vnode recycling somewhere, but it fixes
it in the sense that nfs_reclaim will not reference a bad v_mount anymore.
To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/sys/nfs/nfs_node.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index