aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/krxtimod.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rxrpc/krxtimod.c')
-rw-r--r--net/rxrpc/krxtimod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/krxtimod.c b/net/rxrpc/krxtimod.c
index 249c2b0290bb..3ac81cdd1211 100644
--- a/net/rxrpc/krxtimod.c
+++ b/net/rxrpc/krxtimod.c
@@ -90,7 +90,7 @@ static int krxtimod(void *arg)
90 complete_and_exit(&krxtimod_dead, 0); 90 complete_and_exit(&krxtimod_dead, 0);
91 } 91 }
92 92
93 try_to_freeze(PF_FREEZE); 93 try_to_freeze();
94 94
95 /* discard pending signals */ 95 /* discard pending signals */
96 rxrpc_discard_my_signals(); 96 rxrpc_discard_my_signals();