forked from Imagelibrary/rtems
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/imfs/imfs_debug.c: Make IMFS_print_jnode, IMFS_dump_directory static. * libfs/src/imfs/memfile.c: Make memfile_free_blocks_in_table static.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
*
|
||||
* This routine prints the contents of the specified jnode.
|
||||
*/
|
||||
void IMFS_print_jnode(
|
||||
static void IMFS_print_jnode(
|
||||
IMFS_jnode_t *the_jnode
|
||||
)
|
||||
{
|
||||
@@ -98,7 +98,7 @@ void IMFS_print_jnode(
|
||||
* directory is encountered, then this routine will recurse to process
|
||||
* the subdirectory.
|
||||
*/
|
||||
void IMFS_dump_directory(
|
||||
static void IMFS_dump_directory(
|
||||
IMFS_jnode_t *the_directory,
|
||||
int level
|
||||
)
|
||||
|
||||
@@ -396,7 +396,7 @@ MEMFILE_STATIC int IMFS_memfile_remove_block(
|
||||
* This is a support routine for IMFS_memfile_remove. It frees all the
|
||||
* blocks in one of the indirection tables.
|
||||
*/
|
||||
void memfile_free_blocks_in_table(
|
||||
static void memfile_free_blocks_in_table(
|
||||
block_p **block_table,
|
||||
int entries
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user