diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-11-21 14:10:07 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-02-01 16:42:06 -0500 |
commit | 99d965eda736b839a63fe85438ee03a0f660053c (patch) | |
tree | 914a6bdd17350fce73f3313fbdfd990500861c67 /fs | |
parent | 366e0c1d9116ed03320779ecf9c162204f4c712e (diff) | |
download | linux-3.10-99d965eda736b839a63fe85438ee03a0f660053c.tar.gz linux-3.10-99d965eda736b839a63fe85438ee03a0f660053c.tar.bz2 linux-3.10-99d965eda736b839a63fe85438ee03a0f660053c.zip |
nfsd: fix encode_entryplus_baggage() indentation
Fix bizarre indentation.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/nfs3xdr.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/nfsd/nfs3xdr.c b/fs/nfsd/nfs3xdr.c index 4b1ffe3be7e..d7647f70e02 100644 --- a/fs/nfsd/nfs3xdr.c +++ b/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 |