From: The pNFS Team <linux-nfs@xxxxxxxxxxxxxxx> Add to the list of errors that cause the client to keep retrying with exponential backoff. Signed-off-by: TBD - melding/reorganization of several patches --- fs/nfs/nfs4proc.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 9e6b086..c7c7277 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -286,6 +286,8 @@ static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, case -NFS4ERR_GRACE: case -NFS4ERR_DELAY: case -EKEYEXPIRED: + case -NFS4ERR_LAYOUTTRYLATER: + case -NFS4ERR_RECALLCONFLICT: ret = nfs4_delay(server->client, &exception->timeout); if (ret != 0) break; -- 1.7.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html