From 5a94fb80bc774066d0fc995ca88109fe7d1783b5 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 31 Mar 2008 13:52:51 +0200 Subject: [PATCH] afs: Shutdown the scheduler if a fatal signal was caught. This fixes the problem that the afs database was not marked clean and thus had to be checked if para_server was interupted by a signal. --- afs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/afs.c b/afs.c index ab1a1df6..0454b8ef 100644 --- a/afs.c +++ b/afs.c @@ -777,6 +777,7 @@ static void signal_post_select(struct sched *s, struct task *t) init_admissible_files(current_mop); return; } + sched_shutdown(); t->error = -E_AFS_SIGNAL; } -- 2.30.2