From: Trond Myklebust Date: Fri, 25 May 2012 19:00:06 +0000 (-0400) Subject: NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the lease X-Git-Tag: v3.5-rc1~52^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89a217360ef4e96eb83758cb9647f1c42581b097;p=pandora-kernel.git NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the lease Apparently the patch "NFS: Always use the same SETCLIENTID boot verifier" is tickling a Linux nfs server bug, and causing a regression: the server can get into a situation where it keeps replying NFS4ERR_SEQ_MISORDERED to our CREATE_SESSION request even when we are sending the correct sequence ID. Fix this by purging the lease and then retrying. Reported-by: Bryan Schumaker Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed