nfs41: rename cl_state session SETUP bit to RESET
The bit is no longer used for session setup, only for session reset. Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
committed by
Trond Myklebust
parent
4d643d1dfa
commit
6df08189ff
@@ -183,7 +183,7 @@ static inline void nfs4_restart_rpc(struct rpc_task *task,
|
||||
{
|
||||
#ifdef CONFIG_NFS_V4_1
|
||||
if (nfs4_has_session(clp) &&
|
||||
test_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state)) {
|
||||
test_bit(NFS4CLNT_SESSION_RESET, &clp->cl_state)) {
|
||||
rpc_restart_call_prepare(task);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user