Don't mark objects deleted during scanning
[yaffs2.git] / yaffs_mtdif.c
index 13cfdd9dfffb6ed0a5b3354a6bfaee15b3521010..7dbf07a953518fe1f69bab885f79238bc98fea54 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 const char *yaffs_mtdif_c_version =
-    "$Id: yaffs_mtdif.c,v 1.12 2005-09-20 23:14:14 charles Exp $";
+    "$Id: yaffs_mtdif.c,v 1.13 2005-11-07 07:13:33 charles Exp $";
 
 #include "yportenv.h"
 
@@ -28,9 +28,7 @@ const char *yaffs_mtdif_c_version =
 
 static struct nand_oobinfo yaffs_oobinfo = {
        .useecc = 1,
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,8))
        .eccbytes = 6,
-#endif
        .eccpos = {8, 9, 10, 13, 14, 15}
 };