HomeFreeBSD

Replace "vp" with NULL to make the code more readable.

Description

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.

MFC after: 2 weeks

Details

Provenance
rmacklemAuthored on
Parents
rS346422: fusefs: reap dead code
Branches
Unknown
Tags
Unknown