projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366e0c1
)
nfsd: fix encode_entryplus_baggage() indentation
author
J. Bruce Fields
<bfields@citi.umich.edu>
Wed, 21 Nov 2007 19:10:07 +0000
(14:10 -0500)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Fri, 1 Feb 2008 21:42:06 +0000
(16:42 -0500)
Fix bizarre indentation.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs3xdr.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/nfs3xdr.c
b/fs/nfsd/nfs3xdr.c
index 4b1ffe3be7e2c8cda0e97dae0300c08e7869987f..d7647f70e02b0b2cf219577a67ebdff68ce73116 100644
(file)
--- 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