aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/nodelist.h
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/nodelist.h
parent[MTD] NAND: Fix broken sharpsl driver (diff)
downloadlinux-dev-c05d52c748da10a3f27f6e638875514153776b15.tar.xz
linux-dev-c05d52c748da10a3f27f6e638875514153776b15.zip
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/nodelist.h')
-rw-r--r--fs/jffs2/nodelist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jffs2/nodelist.h b/fs/jffs2/nodelist.h
index b16c60bbcf6e..be6d4a4dd8e0 100644
--- a/fs/jffs2/nodelist.h
+++ b/fs/jffs2/nodelist.h
@@ -427,8 +427,6 @@ char *jffs2_getlink(struct jffs2_sb_info *c, struct jffs2_inode_info *f);
/* scan.c */
int jffs2_scan_medium(struct jffs2_sb_info *c);
void jffs2_rotate_lists(struct jffs2_sb_info *c);
-int jffs2_fill_scan_buf(struct jffs2_sb_info *c, void *buf,
- uint32_t ofs, uint32_t len);
struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
int jffs2_scan_classify_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb);
int jffs2_scan_dirty_space(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t size);