mtd/include/linux/mtd nftl.h,1.10,1.11
David Woodhouse
dwmw2 at infradead.org
Tue Jun 18 09:54:26 EDT 2002
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv7506
Modified Files:
nftl.h
Log Message:
s/__u32 long/__u32/
Index: nftl.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nftl.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nftl.h 29 Dec 2000 00:25:38 -0000 1.10
+++ nftl.h 18 Jun 2002 13:54:24 -0000 1.11
@@ -97,7 +97,7 @@
__u16 lastEUN; /* should be suppressed */
__u16 numfreeEUNs;
__u16 LastFreeEUN; /* To speed up finding a free EUN */
- __u32 long nr_sects;
+ __u32 nr_sects;
int head,sect,cyl;
__u16 *EUNtable; /* [numvunits]: First EUN for each virtual unit */
__u16 *ReplUnitTable; /* [numEUNs]: ReplUnitNumber for each */
More information about the linux-mtd-cvs
mailing list