Skip to content

Commit

Permalink
[PATCH] jffs2 build fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 26, 2005
1 parent 6f0dcb7 commit 34f18a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/jffs2/background.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 34f18a9

Please sign in to comment.