diff --git a/[refs] b/[refs] index 576b847753f8..aa05d7494da6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8cb7f74eeeb5441811d93f94b6138d4a5a9d8b20 +refs/heads/master: ffe5a83005b0d23575ab109755b4cb5518a5d91f diff --git a/trunk/fs/nfs/nfs4state.c b/trunk/fs/nfs/nfs4state.c index bd8ed01cb0ea..38eeefd95375 100644 --- a/trunk/fs/nfs/nfs4state.c +++ b/trunk/fs/nfs/nfs4state.c @@ -2015,6 +2015,7 @@ static void nfs4_state_manager(struct nfs_client *clp) pr_warn_ratelimited("NFS: state manager%s%s failed on NFSv4 server %s" " with error %d\n", section_sep, section, clp->cl_hostname, -status); + ssleep(1); nfs4_end_drain_session(clp); nfs4_clear_state_manager_bit(clp); }