Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
ad7a0bbf
Commit
ad7a0bbf
authored
Sep 15, 2009
by
J. Bruce Fields
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TEMPORARY bugfix; consult with Trond, submit final to stable as well
parent
b5a14d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/nfsd/nfs4callback.c
fs/nfsd/nfs4callback.c
+2
-2
No files found.
fs/nfsd/nfs4callback.c
View file @
ad7a0bbf
...
@@ -541,6 +541,7 @@ static struct rpc_cred *lookup_cb_cred(struct nfs4_cb_conn *cb)
...
@@ -541,6 +541,7 @@ static struct rpc_cred *lookup_cb_cred(struct nfs4_cb_conn *cb)
struct
auth_cred
acred
=
{
struct
auth_cred
acred
=
{
.
machine_cred
=
1
.
machine_cred
=
1
};
};
struct
rpc_auth
*
auth
=
cb
->
cb_client
->
cl_auth
;
/*
/*
* Note in the gss case this doesn't actually have to wait for a
* Note in the gss case this doesn't actually have to wait for a
...
@@ -548,8 +549,7 @@ static struct rpc_cred *lookup_cb_cred(struct nfs4_cb_conn *cb)
...
@@ -548,8 +549,7 @@ static struct rpc_cred *lookup_cb_cred(struct nfs4_cb_conn *cb)
* non-uptodate cred which the rpc state machine will fill in with
* non-uptodate cred which the rpc state machine will fill in with
* a refresh_upcall later.
* a refresh_upcall later.
*/
*/
return
rpcauth_lookup_credcache
(
cb
->
cb_client
->
cl_auth
,
&
acred
,
return
auth
->
au_ops
->
lookup_cred
(
auth
,
&
acred
,
RPCAUTH_LOOKUP_NEW
);
RPCAUTH_LOOKUP_NEW
);
}
}
void
do_probe_callback
(
struct
nfs4_client
*
clp
)
void
do_probe_callback
(
struct
nfs4_client
*
clp
)
...
...
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