Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E-EXK4 - Operating System Group
projects
Linux
Commits
e4ee5d4d
Commit
e4ee5d4d
authored
15 years ago
by
Trond Myklebust
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugfixes' into nfs-for-next
parents
7cab89b2
480e3243
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/sunrpc/auth_gss/auth_gss.c
+1
-1
1 addition, 1 deletion
net/sunrpc/auth_gss/auth_gss.c
with
1 addition
and
1 deletion
net/sunrpc/auth_gss/auth_gss.c
+
1
−
1
View file @
e4ee5d4d
...
@@ -485,7 +485,7 @@ gss_refresh_upcall(struct rpc_task *task)
...
@@ -485,7 +485,7 @@ gss_refresh_upcall(struct rpc_task *task)
dprintk
(
"RPC: %5u gss_refresh_upcall for uid %u
\n
"
,
task
->
tk_pid
,
dprintk
(
"RPC: %5u gss_refresh_upcall for uid %u
\n
"
,
task
->
tk_pid
,
cred
->
cr_uid
);
cred
->
cr_uid
);
gss_msg
=
gss_setup_upcall
(
task
->
tk_client
,
gss_auth
,
cred
);
gss_msg
=
gss_setup_upcall
(
task
->
tk_client
,
gss_auth
,
cred
);
if
(
IS
_ERR
(
gss_msg
)
==
-
EAGAIN
)
{
if
(
PTR
_ERR
(
gss_msg
)
==
-
EAGAIN
)
{
/* XXX: warning on the first, under the assumption we
/* XXX: warning on the first, under the assumption we
* shouldn't normally hit this case on a refresh. */
* shouldn't normally hit this case on a refresh. */
warn_gssd
();
warn_gssd
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment