Explorar el Código

[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>
Andrew Morton hace 20 años
padre
commit
34f18a9887
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fs/jffs2/background.c

+ 1 - 1
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();