K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2013-12-24T00:48:39.934301Z K 7 svn:log V 352 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. MFC after: 1 week END