[PATCH] fs/jffs/: cleanups
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@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f15313bf42
commit
94c9eca223
@@ -49,8 +49,6 @@ int jffs_garbage_collect_thread(void *c);
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user