diff options
author | Andrew Morton <akpm@osdl.org> | 2005-06-26 03:27:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-26 08:43:19 -0700 |
commit | 34f18a9887afaeb6e50168df512e1118f7d73542 (patch) | |
tree | 05314329def96fb2e3466f94587cfbd83fde81b3 /fs/jffs2 | |
parent | 6f0dcb72d6a053fff9288b742d3bcc9b23f0f6db (diff) |
[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>
Diffstat (limited to 'fs/jffs2')
-rw-r--r-- | fs/jffs2/background.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/background.c b/fs/jffs2/background.c index 1be6de27dd81..638836b277d4 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(); |