]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r259801
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 31 Dec 2013 21:56:02 +0000 (21:56 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 31 Dec 2013 21:56:02 +0000 (21:56 +0000)
commite037e5e9a3de44f85a99facffb4f982f82d849a7
treea442ae254bc5cee6d97e3f25bbabc245cb1e5f5f
parent4d88efa32b10255308430246741d325acdb8e18b
MFC: r259801
The NFSv4 client was passing both the p and cred arguments to
nfsv4_fillattr() as NULLs for the Getattr callback. This caused
nfsv4_fillattr() to not fill in the Change attribute for the reply.
I believe this was a violation of the RFC, but had little effect on
server behaviour. This patch passes a non-NULL p argument to fix this.

git-svn-id: svn://svn.freebsd.org/base/stable/10@260143 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfs/nfs_commonsubs.c
sys/fs/nfsclient/nfs_clstate.c