Fix missing refrigerator invocation in jffs2.
Nigel Cunningham <[email protected]> Mon, 18 Jul 2005 14:14:53 +1000
| Newsgroups | gmane.linux.kernel,gmane.linux.file-systems.jffs |
|---|---|
| Organization | Cycades |
| Message-ID | <1121660092.13487.83.camel@localhost> |
Hi. Here's a patch to fix a missing refrigerator call in jffs2. Regards, Nigel Signed-off by: Nigel Cunningham <[email protected]> intrep.c | 3 +++ 1 files changed, 3 insertions(+) diff -ruNp 235-jffs-intrep.patch-old/fs/jffs/intrep.c 235-jffs-intrep.patch-new/fs/jffs/intrep.c --- 235-jffs-intrep.patch-old/fs/jffs/intrep.c 2005-07-18 06:36:59.000000000 +1000 +++ 235-jffs-intrep.patch-new/fs/jffs/intrep.c 2005-07-18 14:02:27.000000000 +1000 @@ -3397,6 +3397,9 @@ jffs_garbage_collect_thread(void *ptr) siginfo_t info; unsigned long signr = 0; + if (try_to_freeze()) + continue; + spin_lock_irq(¤t->sighand->siglock); signr = dequeue_signal(current, ¤t->blocked, &info); spin_unlock_irq(¤t->sighand->siglock); -- Evolution. Enumerate the requirements. Consider the interdependencies. Calculate the probabilities. Be amazed that people believe it happened.