Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();