aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/btree.h
diff options
context:
space:
mode:
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-05-23 20:40:32 +0900
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-05-31 20:50:29 +0900
commitc29684d6834af7b3792f2feb6bdcf8c906ad8db6 (patch)
treeb8499307caa90e2860221add4008e50882b6c9e1 /fs/nilfs2/btree.h
parentnilfs2: fix style issue in nilfs_destroy_cachep (diff)
downloadlinux-dev-c29684d6834af7b3792f2feb6bdcf8c906ad8db6.tar.xz
linux-dev-c29684d6834af7b3792f2feb6bdcf8c906ad8db6.zip
nilfs2: remove obsolete declarations of cache constructor and destructor
The commit 41c88bd7 ("nilfs2: cleanup multi kmem_cache_{create,destroy} code") consolidated slab constructors and destructors used in nilfs, but it left some declarations in header files. This gets rid of the obsolete declarations. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs/nilfs2/btree.h')
-rw-r--r--fs/nilfs2/btree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nilfs2/btree.h b/fs/nilfs2/btree.h
index af638d59e3bf..43c8c5b541fd 100644
--- a/fs/nilfs2/btree.h
+++ b/fs/nilfs2/btree.h
@@ -75,8 +75,6 @@ struct nilfs_btree_path {
extern struct kmem_cache *nilfs_btree_path_cache;
-int nilfs_btree_path_cache_init(void);
-void nilfs_btree_path_cache_destroy(void);
int nilfs_btree_init(struct nilfs_bmap *);
int nilfs_btree_convert_and_insert(struct nilfs_bmap *, __u64, __u64,
const __u64 *, const __u64 *, int);