https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219935
--- Comment #4 from Andriy Gapon <[email protected]> --- There are some other things to try. For example, following pointers in v_nmntvnodes on a chance that they still point to valid vnodes on the original mount list. Also, v_cache_dst.tqh_first may happen to point to struct namecache that's not been trashed yet, so it might be possible to find some useful bits there like a pointer to a parent directory vnode. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
