aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dlm/ast.c')
-rw-r--r--fs/dlm/ast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/ast.c b/fs/dlm/ast.c
index 8bf31e3fbf01..30c11f3855b3 100644
--- a/fs/dlm/ast.c
+++ b/fs/dlm/ast.c
@@ -101,7 +101,7 @@ static void process_asts(void)
101 and may result in the lkb being freed */ 101 and may result in the lkb being freed */
102 dlm_put_lkb(lkb); 102 dlm_put_lkb(lkb);
103 103
104 schedule(); 104 cond_resched();
105 } 105 }
106} 106}
107 107