From 4924389e437560ff0f0395455f78b08b32cb3574 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Wed, 21 Nov 2007 14:10:07 -0500 Subject: [PATCH] --- yaml --- r: 82433 b: refs/heads/master c: 99d965eda736b839a63fe85438ee03a0f660053c h: refs/heads/master i: 82431: 7b8699f78ceb71162f52cac5e4b9b3a83e06ef9c v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs3xdr.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 7cecf83a3f0f..7f3e77980793 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 366e0c1d9116ed03320779ecf9c162204f4c712e +refs/heads/master: 99d965eda736b839a63fe85438ee03a0f660053c diff --git a/trunk/fs/nfsd/nfs3xdr.c b/trunk/fs/nfsd/nfs3xdr.c index 4b1ffe3be7e2..d7647f70e02b 100644 --- a/trunk/fs/nfsd/nfs3xdr.c +++ b/trunk/fs/nfsd/nfs3xdr.c @@ -817,11 +817,11 @@ static __be32 * encode_entryplus_baggage(struct nfsd3_readdirres *cd, __be32 *p, struct svc_fh *fhp) { - p = encode_post_op_attr(cd->rqstp, p, fhp); - *p++ = xdr_one; /* yes, a file handle follows */ - p = encode_fh(p, fhp); - fh_put(fhp); - return p; + p = encode_post_op_attr(cd->rqstp, p, fhp); + *p++ = xdr_one; /* yes, a file handle follows */ + p = encode_fh(p, fhp); + fh_put(fhp); + return p; } static int