[JFFS2] Namespace clean up
Rename functions to a name matching the functionality. Remove stall debug code Signed-off-by: Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
committed by
Thomas Gleixner
parent
e0c8e42f8f
commit
f302cd028c
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* For licensing information, see the file 'LICENCE' in this directory.
|
||||
*
|
||||
* $Id: debug.h,v 1.5 2005/07/24 15:14:14 dedekind Exp $
|
||||
* $Id: debug.h,v 1.6 2005/07/24 15:18:26 dedekind Exp $
|
||||
*
|
||||
*/
|
||||
#ifndef _JFFS2_DEBUG_H_
|
||||
@@ -15,25 +15,6 @@
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
/* ------------------------------------------------ */
|
||||
/* TODO: remove */
|
||||
#undef CONFIG_JFFS2_FS_DEBUG
|
||||
#define CONFIG_JFFS2_FS_DEBUG 0
|
||||
//#define JFFS2_DBG_PARANOIA_CHECKS
|
||||
//#define JFFS2_DBG_DUMPS
|
||||
#define JFFS2_DBG_READINODE_MESSAGES
|
||||
//#define JFFS2_DBG_FRAGTREE_MESSAGES
|
||||
//#define JFFS2_DBG_FRAGTREE2_MESSAGES
|
||||
#undef KERN_DEBUG
|
||||
#undef KERN_WARNING
|
||||
#undef KERN_NOTICE
|
||||
#undef KERN_ERR
|
||||
#define KERN_DEBUG KERN_CRIT
|
||||
#define KERN_WARNING KERN_CRIT
|
||||
#define KERN_NOTICE KERN_CRIT
|
||||
#define KERN_ERR KERN_CRIT
|
||||
/* ------------------------------------------------ */
|
||||
|
||||
#ifndef CONFIG_JFFS2_FS_DEBUG
|
||||
#define CONFIG_JFFS2_FS_DEBUG 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user