K 10
svn:author
V 8
rmacklem
K 8
svn:date
V 27
2020-02-17T19:32:54.346954Z
K 7
svn:log
V 400
MFC: r357149
Fix a crash in the NFSv4 server.

The PR reported a crash that occurred when a file was removed while
client(s) were actively doing lock operations on it.
Since nfsvno_getvp() will return NULL when the file does not exist,
the bug was obvious and easy to fix via this patch. It is a little
surprising that this wasn't found sooner, but I guess the above
case rarely occurs.

PR:		242768

END
