Loading fs/jffs2/background.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
fs/jffs2/background.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading