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:
Casey Bodley 2011-01-05 11:54:06 -05:00
parent 9c59af4da5
commit 9c960aa409
2 changed files with 13 additions and 1 deletions

View file

@ -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 {