mtd/include/linux/mtd mtd.h,1.58,1.59

gleixner at infradead.org gleixner at infradead.org
Mon Apr 11 06:19:05 EDT 2005


Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv22009

Modified Files:
	mtd.h 
Log Message:
Move kernel data where it belongs. Previous change broke user abi.

Index: mtd.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/mtd.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- mtd.h	1 Apr 2005 01:59:54 -0000	1.58
+++ mtd.h	11 Apr 2005 10:19:02 -0000	1.59
@@ -70,7 +70,6 @@
 
 	u_int32_t oobblock;  // Size of OOB blocks (e.g. 512)
 	u_int32_t oobsize;   // Amount of OOB data per block (e.g. 16)
-	u_int32_t oobavail;  // Number of bytes in OOB area available for fs 
 	u_int32_t ecctype;
 	u_int32_t eccsize;
 	
@@ -81,6 +80,7 @@
 
 	// oobinfo is a nand_oobinfo structure, which can be set by iotcl (MEMSETOOBINFO)
 	struct nand_oobinfo oobinfo;
+	u_int32_t oobavail;  // Number of bytes in OOB area available for fs 
 
 	/* Data for variable erase regions. If numeraseregions is zero,
 	 * it means that the whole device has erasesize as given above. 





More information about the linux-mtd-cvs mailing list