aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/nfs4state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index bd8ed01cb0ea..38eeefd95375 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -2015,6 +2015,7 @@ out_error:
2015 pr_warn_ratelimited("NFS: state manager%s%s failed on NFSv4 server %s" 2015 pr_warn_ratelimited("NFS: state manager%s%s failed on NFSv4 server %s"
2016 " with error %d\n", section_sep, section, 2016 " with error %d\n", section_sep, section,
2017 clp->cl_hostname, -status); 2017 clp->cl_hostname, -status);
2018 ssleep(1);
2018 nfs4_end_drain_session(clp); 2019 nfs4_end_drain_session(clp);
2019 nfs4_clear_state_manager_bit(clp); 2020 nfs4_clear_state_manager_bit(clp);
2020} 2021}