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: v3.2.65~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fda051c9b55c28d8cb71bf51f81b410ecb2f7f4;p=pandora-kernel.git NFSv4: fix open/lock state recovery error handling commit df817ba35736db2d62b07de6f050a4db53492ad8 upstream. 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. Signed-off-by: Trond Myklebust Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed