Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
9c0b0ff7
Commit
9c0b0ff7
authored
Jul 27, 2012
by
J. Bruce Fields
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nfsd4: nfsaclsvc_encode_voidres static
Signed-off-by:
J. Bruce Fields
<
bfields@redhat.com
>
parent
1696c47c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
fs/nfsd/nfs2acl.c
fs/nfsd/nfs2acl.c
+1
-2
No files found.
fs/nfsd/nfs2acl.c
View file @
9c0b0ff7
...
@@ -218,8 +218,7 @@ static int nfsaclsvc_decode_accessargs(struct svc_rqst *rqstp, __be32 *p,
...
@@ -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
* There must be an encoding function for void results so svc_process
* will work properly.
* will work properly.
*/
*/
int
static
int
nfsaclsvc_encode_voidres
(
struct
svc_rqst
*
rqstp
,
__be32
*
p
,
void
*
dummy
)
nfsaclsvc_encode_voidres
(
struct
svc_rqst
*
rqstp
,
__be32
*
p
,
void
*
dummy
)
{
{
return
xdr_ressize_check
(
rqstp
,
p
);
return
xdr_ressize_check
(
rqstp
,
p
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment