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

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] jffs2 build fix

Missed conversion in the swsusp cleanup.

Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Andrew Morton and committed by
Linus Torvalds
34f18a98 6f0dcb72

+1 -1
+1 -1
fs/jffs2/background.c
··· 92 92 schedule(); 93 93 } 94 94 95 - if (try_to_freeze(0)) 95 + if (try_to_freeze()) 96 96 continue; 97 97 98 98 cond_resched();