From 0333f489a25b05a4c0176258204eee1db9e8c9e0 Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Tue, 20 Apr 2010 17:12:46 +1200 Subject: yaffs Some cleanups. Update copyright messages. Clean up tracing to use TSTR and KERN_DEBUG. Remove cvs $Id. Change /proc/yaffs_debug to /proc/yaffs_stats. ... and a few other clean ups. Signed-off-by: Charles Manning --- yaffs_trace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yaffs_trace.h') diff --git a/yaffs_trace.h b/yaffs_trace.h index 68a2ffc..8b848ed 100644 --- a/yaffs_trace.h +++ b/yaffs_trace.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -47,8 +47,8 @@ extern unsigned int yaffs_wr_attempts; #define YAFFS_TRACE_VERIFY_ALL 0x000F0000 #define YAFFS_TRACE_SYNC 0x00100000 - #define YAFFS_TRACE_BACKGROUND 0x00200000 +#define YAFFS_TRACE_LOCK 0x00400000 #define YAFFS_TRACE_ERROR 0x40000000 #define YAFFS_TRACE_BUG 0x80000000 -- cgit v1.2.3