mtd/fs/jffs2 background.c,1.54,1.55

bjd at infradead.org bjd at infradead.org
Thu Jun 30 07:57:44 EDT 2005


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv15809/fs/jffs2

Modified Files:
	background.c 
Log Message:
After 2.6.12, try_to_freeze() does not take any arguments, so add
a new macro MTD_FREEZE_FLAGS to the compatibility code


Index: background.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/background.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- background.c	20 May 2005 21:37:12 -0000	1.54
+++ background.c	30 Jun 2005 11:57:37 -0000	1.55
@@ -95,7 +95,7 @@
 			schedule();
 		}
 
-		if (try_to_freeze(0))
+		if (try_to_freeze(MTD_FREEZE_FLAGS))
 			continue;
 
 		cond_resched();





More information about the linux-mtd-cvs mailing list