CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2013/11/27 09:02:54

Modified files:
        sys/nfs        : nfs_subs.c 

Log message:
If the v_type is going to change when loading the NFS attribute cache,
purge the vnode from the namecache first. This prevents cache_purge()
from later getting confused and trying to cache_zap() a namecache entry
multiple times over, due to cache_zap() believing that the entry does not
need to be removed from the vnode destinations queue.

ok beck@

Reply via email to