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>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user