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
41d22663
Commit
41d22663
authored
Mar 21, 2013
by
J. Bruce Fields
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nfsd4: remove unused nfs4_check_deleg argument
Signed-off-by:
J. Bruce Fields
<
bfields@redhat.com
>
parent
e8c69d17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/nfsd/nfs4state.c
fs/nfsd/nfs4state.c
+2
-2
No files found.
fs/nfsd/nfs4state.c
View file @
41d22663
...
...
@@ -2737,7 +2737,7 @@ static bool nfsd4_is_deleg_cur(struct nfsd4_open *open)
}
static
__be32
nfs4_check_deleg
(
struct
nfs4_client
*
cl
,
struct
nfs
4_file
*
fp
,
struct
nfs
d4_open
*
open
,
nfs4_check_deleg
(
struct
nfs4_client
*
cl
,
struct
nfsd4_open
*
open
,
struct
nfs4_delegation
**
dp
)
{
int
flags
;
...
...
@@ -3062,7 +3062,7 @@ nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nf
if
(
fp
)
{
if
((
status
=
nfs4_check_open
(
fp
,
open
,
&
stp
)))
goto
out
;
status
=
nfs4_check_deleg
(
cl
,
fp
,
open
,
&
dp
);
status
=
nfs4_check_deleg
(
cl
,
open
,
&
dp
);
if
(
status
)
goto
out
;
}
else
{
...
...
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