projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1696c47
)
nfsd4: nfsaclsvc_encode_voidres static
author
J. Bruce Fields
<bfields@redhat.com>
Fri, 27 Jul 2012 18:16:05 +0000
(14:16 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Mon, 20 Aug 2012 22:39:49 +0000
(18:39 -0400)
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs2acl.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfs2acl.c
b/fs/nfsd/nfs2acl.c
index 6aa5590c3679135279d2731b2af79fd8804b44a2..b314888825d5e939e0a850bcd29553292a87af44 100644
(file)
--- a/
fs/nfsd/nfs2acl.c
+++ b/
fs/nfsd/nfs2acl.c
@@
-218,8
+218,7
@@
static int nfsaclsvc_decode_accessargs(struct svc_rqst *rqstp, __be32 *p,
* There must be an encoding function for void results so svc_process
* will work properly.
*/
-int
-nfsaclsvc_encode_voidres(struct svc_rqst *rqstp, __be32 *p, void *dummy)
+static int nfsaclsvc_encode_voidres(struct svc_rqst *rqstp, __be32 *p, void *dummy)
{
return xdr_ressize_check(rqstp, p);
}