]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r346423
authorrmacklem <rmacklem@FreeBSD.org>
Fri, 3 May 2019 02:51:33 +0000 (02:51 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Fri, 3 May 2019 02:51:33 +0000 (02:51 +0000)
commit9bb6cb39148fe1e9ed6af19464fa309574c56cf8
treee099b3bda5a1fe876e1cf275b578474f13c21e6b
parent8cf94925dbc74212d7ed686a9b95251e7baa06ca
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.
sys/fs/nfsserver/nfs_nfsdserv.c