Skip to content
Snippets Groups Projects
Commit 34f18a98 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

[PATCH] jffs2 build fix


Missed conversion in the swsusp cleanup.

Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6f0dcb72
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ static int jffs2_garbage_collect_thread(void *_c) ...@@ -92,7 +92,7 @@ static int jffs2_garbage_collect_thread(void *_c)
schedule(); schedule();
} }
if (try_to_freeze(0)) if (try_to_freeze())
continue; continue;
cond_resched(); cond_resched();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment