commit | df817ba35736db2d62b07de6f050a4db53492ad8 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sat Sep 27 17:41:51 2014 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Sep 28 16:03:04 2014 -0400 |
tree | 17ec04c7b55512954968f5873bb55d613eca3072 | |
parent | a4339b7b686b4acc8b6de2b07d7bacbe3ae44b83 [diff] |
NFSv4: fix open/lock state recovery error handling The current open/lock state recovery unfortunately does not handle errors such as NFS4ERR_CONN_NOT_BOUND_TO_SESSION correctly. Instead of looping, just proceeds as if the state manager is finished recovering. This patch ensures that we loop back, handle higher priority errors and complete the open/lock state recovery. Cc: stable@vger.kernel.org Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>