mtd/fs/jffs2 background.c,1.56,1.57
gleixner at infradead.org
gleixner at infradead.org
Fri Jul 1 04:36:29 EDT 2005
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv18585/fs/jffs2
Modified Files:
background.c
Log Message:
Keep the code in sync with mainline and keep the compat hacks in compatmac.h
Index: background.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/background.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- background.c 30 Jun 2005 12:15:56 -0000 1.56
+++ background.c 1 Jul 2005 08:36:26 -0000 1.57
@@ -95,7 +95,7 @@
schedule();
}
- if (try_to_freeze(MTD_FREEZE_FLAGS(0)))
+ if (try_to_freeze())
continue;
cond_resched();
More information about the linux-mtd-cvs
mailing list