Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe-x86
Commits
a1aa09be
Commit
a1aa09be
authored
Nov 05, 2018
by
Trond Myklebust
Browse files
NFSv4: Ensure that the state manager exits the loop on SIGKILL
Signed-off-by:
Trond Myklebust
<
trond.myklebust@hammerspace.com
>
parent
21a446cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/nfs/nfs4state.c
View file @
a1aa09be
...
...
@@ -2604,7 +2604,7 @@ static void nfs4_state_manager(struct nfs_client *clp)
return
;
if
(
test_and_set_bit
(
NFS4CLNT_MANAGER_RUNNING
,
&
clp
->
cl_state
)
!=
0
)
return
;
}
while
(
refcount_read
(
&
clp
->
cl_count
)
>
1
);
}
while
(
refcount_read
(
&
clp
->
cl_count
)
>
1
&&
!
signalled
()
);
goto
out_drain
;
out_error:
...
...
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