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
067e1ace
Commit
067e1ace
authored
Mar 21, 2014
by
J. Bruce Fields
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nfsd4: update comments with obsolete function name
Signed-off-by:
J. Bruce Fields
<
bfields@redhat.com
>
parent
de4aee2e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/nfsd/nfs4state.c
fs/nfsd/nfs4state.c
+1
-1
fs/nfsd/nfs4xdr.c
fs/nfsd/nfs4xdr.c
+1
-1
No files found.
fs/nfsd/nfs4state.c
View file @
067e1ace
...
...
@@ -1538,7 +1538,7 @@ gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_r
}
/*
* Cache a reply. nfsd4_check_
drc_limit
() has bounded the cache size.
* Cache a reply. nfsd4_check_
resp_size
() has bounded the cache size.
*/
void
nfsd4_store_cache_entry
(
struct
nfsd4_compoundres
*
resp
)
...
...
fs/nfsd/nfs4xdr.c
View file @
067e1ace
...
...
@@ -3624,7 +3624,7 @@ nfsd4_encode_operation(struct nfsd4_compoundres *resp, struct nfsd4_op *op)
BUG_ON
(
op
->
opnum
<
0
||
op
->
opnum
>=
ARRAY_SIZE
(
nfsd4_enc_ops
)
||
!
nfsd4_enc_ops
[
op
->
opnum
]);
op
->
status
=
nfsd4_enc_ops
[
op
->
opnum
](
resp
,
op
->
status
,
&
op
->
u
);
/* nfsd4_check_
drc_limit
guarantees enough room for error status */
/* nfsd4_check_
resp_size
guarantees enough room for error status */
if
(
!
op
->
status
)
op
->
status
=
nfsd4_check_resp_size
(
resp
,
0
);
if
(
so
)
{
...
...
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