K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2013-12-31T21:56:02.149822Z K 7 svn:log V 346 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. END