diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2009-05-21 11:33:13 -0400 |
---|---|---|
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2009-06-10 10:41:10 -0400 |
commit | 087d01b4253b611773ca81ad894486e7e17e74f6 (patch) | |
tree | b7705eef195bbd3d2bb2bb2e1bf35f05ca05af42 /fs/nilfs2/bmap.h | |
parent | 654137dd46bc7e9f088a4a551a2b77a8541dfdb8 (diff) |
nilfs2: remove nilfs_bmap_put_block
nilfs_bmap_put_block() is a wrapper function calling brelse(). This
eliminates the wrapper for simplicity.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs/nilfs2/bmap.h')
-rw-r--r-- | fs/nilfs2/bmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nilfs2/bmap.h b/fs/nilfs2/bmap.h index ad251d3e675..5b580b83289 100644 --- a/fs/nilfs2/bmap.h +++ b/fs/nilfs2/bmap.h | |||
@@ -204,7 +204,6 @@ void nilfs_bmap_sub_blocks(const struct nilfs_bmap *, int); | |||
204 | 204 | ||
205 | int nilfs_bmap_get_block(const struct nilfs_bmap *, __u64, | 205 | int nilfs_bmap_get_block(const struct nilfs_bmap *, __u64, |
206 | struct buffer_head **); | 206 | struct buffer_head **); |
207 | void nilfs_bmap_put_block(const struct nilfs_bmap *, struct buffer_head *); | ||
208 | int nilfs_bmap_get_new_block(const struct nilfs_bmap *, __u64, | 207 | int nilfs_bmap_get_new_block(const struct nilfs_bmap *, __u64, |
209 | struct buffer_head **); | 208 | struct buffer_head **); |
210 | void nilfs_bmap_delete_block(const struct nilfs_bmap *, struct buffer_head *); | 209 | void nilfs_bmap_delete_block(const struct nilfs_bmap *, struct buffer_head *); |