1 May 17:42
[2.6 patch] fs/jffs/: cleanups
Adrian Bunk <bunk <at> stusta.de>
2005-05-01 15:42:08 GMT
2005-05-01 15:42:08 GMT
This patch contains the following cleanups: - make needlessly global functions static - provide some debugging helper functions only for appropriate values of CONFIG_JFFS_FS_VERBOSE Signed-off-by: Adrian Bunk <bunk <at> stusta.de> --- This patch was already sent on: - 23 Apr 2005 fs/jffs/intrep.c | 114 ++++++++++++++++++++++------------------------ fs/jffs/intrep.h | 2 fs/jffs/jffs_fm.c | 105 +++++++++++++++++++++--------------------- fs/jffs/jffs_fm.h | 3 - 4 files changed, 112 insertions(+), 112 deletions(-) --- linux-2.6.12-rc2-mm3-full/fs/jffs/intrep.h.old 2005-04-20 23:21:56.000000000 +0200 +++ linux-2.6.12-rc2-mm3-full/fs/jffs/intrep.h 2005-04-20 23:24:10.000000000 +0200 @@ -49,8 +49,6 @@ void jffs_garbage_collect_trigger(struct jffs_control *c); /* For debugging purposes. */ -void jffs_print_node(struct jffs_node *n); -void jffs_print_raw_inode(struct jffs_raw_inode *raw_inode); #if 0 int jffs_print_file(struct jffs_file *f); #endif /* 0 */ --- linux-2.6.12-rc2-mm3-full/fs/jffs/intrep.c.old 2005-04-20 23:23:03.000000000 +0200(Continue reading)
RSS Feed