aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/kafstimod.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/kafstimod.c')
-rw-r--r--fs/afs/kafstimod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/kafstimod.c b/fs/afs/kafstimod.c
index 86e710dd057e..65bc05ab8182 100644
--- a/fs/afs/kafstimod.c
+++ b/fs/afs/kafstimod.c
@@ -91,7 +91,7 @@ static int kafstimod(void *arg)
91 complete_and_exit(&kafstimod_dead, 0); 91 complete_and_exit(&kafstimod_dead, 0);
92 } 92 }
93 93
94 try_to_freeze(PF_FREEZE); 94 try_to_freeze();
95 95
96 /* discard pending signals */ 96 /* discard pending signals */
97 afs_discard_my_signals(); 97 afs_discard_my_signals();