diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmmaster.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmmaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c index 2e371e06894f..21081bcfa091 100644 --- a/fs/ocfs2/dlm/dlmmaster.c +++ b/fs/ocfs2/dlm/dlmmaster.c | |||
@@ -886,7 +886,7 @@ redo_request: | |||
886 | } | 886 | } |
887 | 887 | ||
888 | dlm_kick_recovery_thread(dlm); | 888 | dlm_kick_recovery_thread(dlm); |
889 | msleep(100); | 889 | msleep(1000); |
890 | dlm_wait_for_recovery(dlm); | 890 | dlm_wait_for_recovery(dlm); |
891 | 891 | ||
892 | spin_lock(&dlm->spinlock); | 892 | spin_lock(&dlm->spinlock); |