4965 nlm null rpc returns RPC_TIMEDOUT with shorter timeout value
@@ -53,10 +53,11 @@ #define NLM_STALE_CLNT(_status) \ ((_status) == RPC_PROGUNAVAIL || \ (_status) == RPC_PROGVERSMISMATCH || \ (_status) == RPC_PROCUNAVAIL || \ (_status) == RPC_CANTCONNECT || \ + (_status) == RPC_TIMEDOUT || \ (_status) == RPC_XPRTFAILED) static struct kmem_cache *nlm_rpch_cache = NULL; static int nlm_rpch_ctor(void *, void *, int);