rpc: rebind back channel on reconnect
after reestablishing an rpc connection, send BIND_CONN_TO_SESSION if we need a back channel Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
9c59af4da5
commit
9c960aa409
2 changed files with 13 additions and 1 deletions
|
|
@ -115,6 +115,7 @@ typedef struct __nfs41_rpc_clnt {
|
|||
uint32_t version;
|
||||
bool_t is_valid_session;
|
||||
bool_t in_recovery;
|
||||
bool_t needcb;
|
||||
} nfs41_rpc_clnt;
|
||||
|
||||
struct client_state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue