On 24/04/13 17:28, J. Bruce Fields wrote: >> @@ -3231,11 +3340,13 @@ nfsd4_encode_setattr(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4 >> > WRITE32(2); >> > WRITE32(0); >> > WRITE32(0); >> > + WRITE32(0); > Note that "2" above is the length of the bitmap field that follows. > >> > } >> > else { >> > WRITE32(2); >> > WRITE32(setattr->sa_bmval[0]); >> > WRITE32(setattr->sa_bmval[1]); >> > + WRITE32(setattr->sa_bmval[2]); > Ditto. Right... I did miss that.... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html