Change tracing flags
[yaffs2.git] / yaffs_guts.c
index 4783f85e92fbed109d200c401714735d83d26f80..1f36cea86dd0ec7b0908299a7f444545e23c192c 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 const char *yaffs_guts_c_version =
-    "$Id: yaffs_guts.c,v 1.21 2005-10-09 07:55:00 charles Exp $";
+    "$Id: yaffs_guts.c,v 1.23 2005-11-07 07:19:34 charles Exp $";
 
 #include "yportenv.h"
 
@@ -2660,14 +2660,6 @@ void yaffs_DeleteChunk(yaffs_Device * dev, int chunkId, int markNAND, int lyn)
        if (markNAND &&
            bi->blockState != YAFFS_BLOCK_STATE_COLLECTING && !dev->isYaffs2) {
 
-#ifdef CONFIG_MTD_NAND_VERIFY_WRITE
-
-               /* Read data before write, to ensure correct ecc 
-                * if we're using MTD verification under Linux
-                */
-               yaffs_ReadChunkFromNAND(dev, chunkId, NULL, &spare, 0);
-#endif
-
                yaffs_InitialiseTags(&tags);
 
                tags.chunkDeleted = 1;
@@ -5333,7 +5325,7 @@ int yaffs_GutsInitialise(yaffs_Device * dev)
        int extraBits;
        int nBlocks;
 
-       T(YAFFS_TRACE_ALWAYS, (TSTR("yaffs: yaffs_GutsInitialise()" TENDSTR)));
+       T(YAFFS_TRACE_TRACING, (TSTR("yaffs: yaffs_GutsInitialise()" TENDSTR)));
 
        /* Check stuff that must be set */
 
@@ -5536,7 +5528,7 @@ int yaffs_GutsInitialise(yaffs_Device * dev)
 
        yaffs_VerifyFreeChunks(dev);
 
-       T(YAFFS_TRACE_ALWAYS,
+       T(YAFFS_TRACE_TRACING,
          (TSTR("yaffs: yaffs_GutsInitialise() done.\n" TENDSTR)));
        return YAFFS_OK;