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
Kirill Smelkov
linux
Commits
39d43f75
Commit
39d43f75
authored
May 12, 2017
by
Christoph Hellwig
Committed by
Anna Schumaker
Jul 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nfsd4: const-ify nfs_cb_version4
Signed-off-by:
Christoph Hellwig
<
hch@lst.de
>
parent
511e936b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fs/nfsd/nfs4callback.c
fs/nfsd/nfs4callback.c
+1
-1
No files found.
fs/nfsd/nfs4callback.c
View file @
39d43f75
...
...
@@ -706,7 +706,7 @@ static const struct rpc_procinfo nfs4_cb_procedures[] = {
};
static
unsigned
int
nfs4_cb_counts
[
ARRAY_SIZE
(
nfs4_cb_procedures
)];
static
struct
rpc_version
nfs_cb_version4
=
{
static
const
struct
rpc_version
nfs_cb_version4
=
{
/*
* Note on the callback rpc program version number: despite language in rfc
* 5661 section 18.36.3 requiring servers to use 4 in this field, the
...
...
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