Signed-off-by: Konstantin Baidarov Signed-off-by: Sergei Shtylyov Index: fs/jffs/intrep.c =================================================================== RCS file: /home/cvs/mtd/fs/jffs/intrep.c,v retrieving revision 1.105 diff -a -u -p -r1.105 intrep.c --- fs/jffs/intrep.c 2 Jul 2003 20:39:55 -0000 1.105 +++ fs/jffs/intrep.c 28 Oct 2005 11:09:06 -0000 @@ -3442,6 +3442,7 @@ jffs_garbage_collect_thread(void *ptr) case SIGKILL: D1(printk("jffs_garbage_collect_thread(): SIGKILL received.\n")); c->gc_task = NULL; + unlock_kernel(); complete_and_exit(&c->gc_thread_comp, 0); } }