projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0dcb7
)
[PATCH] jffs2 build fix
author
Andrew Morton
<akpm@osdl.org>
Sun, 26 Jun 2005 10:27:20 +0000
(
03:27
-0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sun, 26 Jun 2005 15:43:19 +0000
(08:43 -0700)
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>
fs/jffs2/background.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/jffs2/background.c
b/fs/jffs2/background.c
index 1be6de27dd81142842be0acc56e1a94533580d54..638836b277d444d36c07acc8284a0824e99769f2 100644
(file)
--- 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();