aboutsummaryrefslogtreecommitdiff
path: root/fs/jffs2/malloc.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-06-22 12:03:35 +0200
committerDavid Woodhouse <dwmw2@infradead.org>2006-06-29 23:08:49 +0100
commitc05d52c748da10a3f27f6e638875514153776b15 (patch)
treebbe50d0e5bc94a3ccb117d2681bc3498b6d108df /fs/jffs2/malloc.c
parent27a288677de33c50af980e55abec5643db4cd0b8 (diff)
fs/jffs2/: make 2 functions static
This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2/malloc.c')
-rw-r--r--fs/jffs2/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/malloc.c b/fs/jffs2/malloc.c
index 8310c95478e..33f29100501 100644
--- a/fs/jffs2/malloc.c
+++ b/fs/jffs2/malloc.c
@@ -190,7 +190,7 @@ void jffs2_free_tmp_dnode_info(struct jffs2_tmp_dnode_info *x)
kmem_cache_free(tmp_dnode_info_slab, x);
}
-struct jffs2_raw_node_ref *jffs2_alloc_refblock(void)
+static struct jffs2_raw_node_ref *jffs2_alloc_refblock(void)
{
struct jffs2_raw_node_ref *ret;