From: Andrew Morton Date: Sun, 26 Jun 2005 10:27:20 +0000 (-0700) Subject: [PATCH] jffs2 build fix X-Git-Tag: v2.6.13-rc1~90^2~5 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=34f18a9887afaeb6e50168df512e1118f7d73542;p=linux-2.6-omap-h63xx.git [PATCH] jffs2 build fix Missed conversion in the swsusp cleanup. Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/jffs2/background.c b/fs/jffs2/background.c index 1be6de27dd8..638836b277d 100644 --- a/fs/jffs2/background.c +++ b/fs/jffs2/background.c @@ -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();