changeset 406:dc1a01765cbe

yaffs: Change trace flag for partially written blocks This was YAFFS_TRACE_ALWAYS which generated a lot of pointless tracing. Switched to YAFFS_TRACE_SCAN. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
author Charles Manning <cdhmanning@gmail.com>
date Mon, 26 Apr 2010 11:20:03 +1200
parents 00750a6b5ad8
children 36a72b45da7c
files yaffs_guts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yaffs_guts.c
+++ b/yaffs_guts.c
@@ -6771,7 +6771,7 @@ static int yaffs_ScanBackwards(yaffs_Dev
 							 * the current allocation block.
 							 */
 
-							 T(YAFFS_TRACE_ALWAYS,
+							 T(YAFFS_TRACE_SCAN,
 							 (TSTR("Partially written block %d detected" TENDSTR),
 							 blk));
 						}