Commit 99d965ed authored by J. Bruce Fields's avatar J. Bruce Fields

nfsd: fix encode_entryplus_baggage() indentation

Fix bizarre indentation.
Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent 366e0c1d
...@@ -817,11 +817,11 @@ static __be32 * ...@@ -817,11 +817,11 @@ static __be32 *
encode_entryplus_baggage(struct nfsd3_readdirres *cd, __be32 *p, encode_entryplus_baggage(struct nfsd3_readdirres *cd, __be32 *p,
struct svc_fh *fhp) struct svc_fh *fhp)
{ {
p = encode_post_op_attr(cd->rqstp, p, fhp); p = encode_post_op_attr(cd->rqstp, p, fhp);
*p++ = xdr_one; /* yes, a file handle follows */ *p++ = xdr_one; /* yes, a file handle follows */
p = encode_fh(p, fhp); p = encode_fh(p, fhp);
fh_put(fhp); fh_put(fhp);
return p; return p;
} }
static int static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment