CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/27 08:50:52
Modified files:
sys/kern : vfs_subr.c
Log message:
Defer the v_type initialisation until after the vnode has been purged from
the namecache. Changing the v_type between cache_enter() and cache_purge()
results in bad things happening.
ok beck@
