mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
[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>
This commit is contained in:
parent
6f0dcb72d6
commit
34f18a9887
@ -92,7 +92,7 @@ static int jffs2_garbage_collect_thread(void *_c)
|
||||
schedule();
|
||||
}
|
||||
|
||||
if (try_to_freeze(0))
|
||||
if (try_to_freeze())
|
||||
continue;
|
||||
|
||||
cond_resched();
|
||||
|
Loading…
Reference in New Issue
Block a user