Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Fix missing refrigerator invocation in jffs2

Here's a patch to fix a missing refrigerator call in jffs2.

Signed-off-by: Nigel Cunningham <nigel@suspend2.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Nigel Cunningham and committed by
Linus Torvalds
ef2a701d 5e50e7a9

+3
+3
fs/jffs/intrep.c
··· 3397 3397 siginfo_t info; 3398 3398 unsigned long signr = 0; 3399 3399 3400 + if (try_to_freeze()) 3401 + continue; 3402 + 3400 3403 spin_lock_irq(&current->sighand->siglock); 3401 3404 signr = dequeue_signal(current, &current->blocked, &info); 3402 3405 spin_unlock_irq(&current->sighand->siglock);