aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/bmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nilfs2/bmap.c')
-rw-r--r--fs/nilfs2/bmap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nilfs2/bmap.c b/fs/nilfs2/bmap.c
index ee9914a7b70d..d7dbedfbd2b4 100644
--- a/fs/nilfs2/bmap.c
+++ b/fs/nilfs2/bmap.c
@@ -437,12 +437,6 @@ int nilfs_bmap_get_new_block(const struct nilfs_bmap *bmap, __u64 ptr,
437 return 0; 437 return 0;
438} 438}
439 439
440void nilfs_bmap_delete_block(const struct nilfs_bmap *bmap,
441 struct buffer_head *bh)
442{
443 nilfs_btnode_delete(bh);
444}
445
446__u64 nilfs_bmap_data_get_key(const struct nilfs_bmap *bmap, 440__u64 nilfs_bmap_data_get_key(const struct nilfs_bmap *bmap,
447 const struct buffer_head *bh) 441 const struct buffer_head *bh)
448{ 442{