summaryrefslogtreecommitdiff
path: root/fs/jffs2/background.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-06-26 03:27:20 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-26 08:43:19 -0700
commit34f18a9887afaeb6e50168df512e1118f7d73542 (patch)
tree05314329def96fb2e3466f94587cfbd83fde81b3 /fs/jffs2/background.c
parent6f0dcb72d6a053fff9288b742d3bcc9b23f0f6db (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/background.c')
-rw-r--r--fs/jffs2/background.c2
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();