diff options
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 5b580b83289a..0af3190931ec 100644 --- a/fs/nilfs2/bmap.h +++ b/fs/nilfs2/bmap.h | |||
@@ -206,7 +206,6 @@ int nilfs_bmap_get_block(const struct nilfs_bmap *, __u64, | |||
206 | struct buffer_head **); | 206 | struct buffer_head **); |
207 | int nilfs_bmap_get_new_block(const struct nilfs_bmap *, __u64, | 207 | int nilfs_bmap_get_new_block(const struct nilfs_bmap *, __u64, |
208 | struct buffer_head **); | 208 | struct buffer_head **); |
209 | void nilfs_bmap_delete_block(const struct nilfs_bmap *, struct buffer_head *); | ||
210 | 209 | ||
211 | 210 | ||
212 | /* Assume that bmap semaphore is locked. */ | 211 | /* Assume that bmap semaphore is locked. */ |