cosmetic: move sequence status recovery to separate function
new function nfs41_recover_sequence_flags() in recovery.c takes care of checking status flags, entering recovery mode, and reclaiming state Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
aacff9d721
commit
ab51beeb98
3 changed files with 31 additions and 13 deletions
|
|
@ -38,6 +38,11 @@ bool_t nfs41_recovery_start_or_wait(
|
|||
void nfs41_recovery_finish(
|
||||
IN nfs41_client *client);
|
||||
|
||||
|
||||
void nfs41_recover_sequence_flags(
|
||||
IN nfs41_session *session,
|
||||
IN uint32_t flags);
|
||||
|
||||
int nfs41_recover_client_state(
|
||||
IN nfs41_session *session,
|
||||
IN nfs41_client *client);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue