From: Trond Myklebust Date: Sat, 27 Sep 2014 21:41:51 +0000 (-0400) Subject: NFSv4: fix open/lock state recovery error handling X-Git-Tag: fixes-for-v3.18-merge-window~10^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df817ba35736db2d62b07de6f050a4db53492ad8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed