mtd/include/linux jffs2.h,1.29,1.30
David Woodhouse
dwmw2 at infradead.org
Fri Feb 14 19:15:24 EST 2003
Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv8396
Modified Files:
jffs2.h
Log Message:
oops. Fix backward bitmask
Index: jffs2.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- jffs2.h 22 Jan 2003 11:59:23 -0000 1.29
+++ jffs2.h 15 Feb 2003 00:15:22 -0000 1.30
@@ -24,7 +24,7 @@
/* Values we may expect to find in the 'magic' field */
#define JFFS2_OLD_MAGIC_BITMASK 0x1984
#define JFFS2_MAGIC_BITMASK 0x1985
-#define KSAMTIB_CIGAM_2SFFJ 0x5981 /* For detecting wrong-endian fs */
+#define KSAMTIB_CIGAM_2SFFJ 0x8519 /* For detecting wrong-endian fs */
#define JFFS2_EMPTY_BITMASK 0xffff
#define JFFS2_DIRTY_BITMASK 0x0000
More information about the linux-mtd-cvs
mailing list