diff options
author | Thomas Gleixner <tglx@tglx.tec.linutronix.de> | 2005-06-27 01:20:36 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-06-27 01:20:36 +0400 |
commit | 7ca6448dbfb398bba36eda3c01bc14b86c3675be (patch) | |
tree | 82d934ebf07f22a2c64c3b6d82ec24082878b43a /fs/jffs2/background.c | |
parent | f1f67a9874f1a4bba1adff6d694aa52e5f52ff1a (diff) | |
parent | 7d681b23d6cc14a8c026ea6756242cb522cbbcae (diff) | |
download | linux-7ca6448dbfb398bba36eda3c01bc14b86c3675be.tar.xz |
Merge with rsync://fileserver/linux
Update to Linus latest
Diffstat (limited to 'fs/jffs2/background.c')
-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 65119d72cce0..0f224384f176 100644 --- a/fs/jffs2/background.c +++ b/fs/jffs2/background.c @@ -95,7 +95,7 @@ static int jffs2_garbage_collect_thread(void *_c) schedule(); } - if (try_to_freeze(0)) + if (try_to_freeze()) continue; cond_resched(); |