K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2019-05-03T02:51:33.786345Z K 7 svn:log V 326 MFC: r346423 Replace "vp" with NULL to make the code more readable. At the time of this nfsv4_sattr() call, "vp == NULL", so this patch doesn't change the semantics, but I think it makes the code more readable. It also makes it consistent with the nfsv4_sattr() call a few lines above this one. Found during code inspection. END