From: Trond Myklebust Date: Wed, 30 Jan 2013 18:04:10 +0000 (-0500) Subject: NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 session X-Git-Tag: v3.8-rc6~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c489ee290bdbbace6bb63ebe6ebd4dd605819495;p=pandora-kernel.git NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 session NFS4ERR_DELAY is a legal reply when we call DESTROY_SESSION. It usually means that the server is busy handling an unfinished RPC request. Just sleep for a second and then retry. We also need to be able to handle the NFS4ERR_BACK_CHAN_BUSY return value. If the NFS server has outstanding callbacks, we just want to similarly sleep & retry. Signed-off-by: Trond Myklebust Cc: stable@vger.kernel.org --- Reading git-diff-tree failed