mtd/fs/jffs2 super.c,1.101,1.102

tpoynor at infradead.org tpoynor at infradead.org
Thu Nov 11 21:42:20 EST 2004


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

Modified Files:
	super.c 
Log Message:
Fix compile warning and potential failure return for JFFS2 sync().


Index: super.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/super.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- super.c	8 Nov 2004 22:39:53 -0000	1.101
+++ super.c	12 Nov 2004 02:42:17 -0000	1.102
@@ -63,6 +63,7 @@
 	down(&c->alloc_sem);
 	jffs2_flush_wbuf_pad(c);
 	up(&c->alloc_sem);	
+	return 0;
 }
 
 static struct super_operations jffs2_super_operations =





More information about the linux-mtd-cvs mailing list