Commit 15694162 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] befs: #if 0 two unused global functions

The patch below #if 0's two unussed global functions.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 21856241
......@@ -222,6 +222,7 @@ befs_dump_super_block(const struct super_block *sb, befs_super_block * sup)
#endif //CONFIG_BEFS_DEBUG
}
#if 0
/* unused */
void
befs_dump_small_data(const struct super_block *sb, befs_small_data * sd)
......@@ -241,6 +242,7 @@ befs_dump_run(const struct super_block *sb, befs_block_run run)
#endif //CONFIG_BEFS_DEBUG
}
#endif /* 0 */
void
befs_dump_index_entry(const struct super_block *sb, befs_btree_super * super)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment