mtd/fs/jffs2 os-linux.h,1.24,1.25

David Woodhouse dwmw2 at infradead.org
Thu Jan 23 06:05:09 EST 2003


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

Modified Files:
	os-linux.h 
Log Message:
Forward declaration of struct statfs which vanished from sight in 2.5

Index: os-linux.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/os-linux.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- os-linux.h	21 Jan 2003 18:14:26 -0000	1.24
+++ os-linux.h	23 Jan 2003 11:05:07 -0000	1.25
@@ -123,6 +123,7 @@
 #define jffs2_flash_write_oob(c, ofs, len, retlen, buf) ((c)->mtd->write_oob((c)->mtd, ofs, len, retlen, buf))
 #define jffs2_flash_read_oob(c, ofs, len, retlen, buf) ((c)->mtd->read_oob((c)->mtd, ofs, len, retlen, buf))
 
+struct statfs;
 
 /* wbuf.c */
 int jffs2_flash_writev(struct jffs2_sb_info *c, const struct iovec *vecs, unsigned long count, loff_t to, size_t *retlen);





More information about the linux-mtd-cvs mailing list