mtd/fs/jffs3 background.c,3.5,3.6
Artem Bityuckiy
dedekind at infradead.org
Wed Dec 22 13:37:26 EST 2004
- Previous message: mtd/fs/jffs3 debug.c, 1.4, 1.5 debug.h, 1.15, 1.16 fs.c, 3.4,
3.5 gc.c, 3.7, 3.8 nodemgmt.c, 3.4, 3.5 read.c, 3.3,
3.4 readinode.c, 3.3, 3.4 scan.c, 3.5, 3.6 wbuf.c, 3.5,
3.6 write.c, 3.5, 3.6
- Next message: mtd/fs/jffs3 debug.c,1.5,1.6 debug.h,1.16,1.17 nodelist.h,3.5,3.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs3
In directory phoenix.infradead.org:/tmp/cvs-serv31725
Modified Files:
background.c
Log Message:
Fix message.
Index: background.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs3/background.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -r3.5 -r3.6
--- background.c 22 Dec 2004 18:33:48 -0000 3.5
+++ background.c 22 Dec 2004 18:37:23 -0000 3.6
@@ -44,7 +44,7 @@
pid = kernel_thread(jffs3_garbage_collect_thread, c, CLONE_FS|CLONE_FILES);
if (pid < 0) {
- DBG_GCT(1, "fork failed for JFFS3 garbage collect thread: %d\n", -pid);
+ WARNING_MSG("fork failed for JFFS3 garbage collect thread: %d\n", -pid);
complete(&c->gc_thread_exit);
ret = pid;
} else {
- Previous message: mtd/fs/jffs3 debug.c, 1.4, 1.5 debug.h, 1.15, 1.16 fs.c, 3.4,
3.5 gc.c, 3.7, 3.8 nodemgmt.c, 3.4, 3.5 read.c, 3.3,
3.4 readinode.c, 3.3, 3.4 scan.c, 3.5, 3.6 wbuf.c, 3.5,
3.6 write.c, 3.5, 3.6
- Next message: mtd/fs/jffs3 debug.c,1.5,1.6 debug.h,1.16,1.17 nodelist.h,3.5,3.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list