K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-03-15T20:46:39.212844Z K 7 svn:log V 602 nfsclient: fix panic in cache_enter_time() Juraj Lutter (otis@) reported a panic "dvp != vp not true" in cache_enter_time() called from the NFS client's nfsrpc_readdirplus() function. This is specific to an NFSv3 mount with the "rdirplus" mount option. Unlike NFSv4, NFSv3 replies to ReaddirPlus includes entries for the current directory. This trivial patch avoids doing a cache_enter_time() call for the current directory to avoid the panic. (cherry picked from commit 3fe2c68ba20fb3365ef91e0b85f88237b5369f38) Git Hash: c33a5277a0dd605356f905c9f5e0934362c0c877 Git Author: rmacklem@FreeBSD.org END