diff options
author | Christoph Hellwig <hch@lst.de> | 2021-07-20 16:33:41 +0300 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2021-07-27 12:00:36 +0300 |
commit | 9acb9c48b9408bbb6ade90e3f3192ee38e2589b3 (patch) | |
tree | 05015f3a34d1356e1544a3aef3578cbb581010eb /include/linux/fiemap.h | |
parent | e0cba89d22b7041202c33e4d1ae4d2006d7e0190 (diff) | |
download | linux-9acb9c48b9408bbb6ade90e3f3192ee38e2589b3.tar.xz |
fs: remove generic_block_fiemap
Remove the now unused generic_block_fiemap helper.
Link: https://lore.kernel.org/r/20210720133341.405438-5-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'include/linux/fiemap.h')
-rw-r--r-- | include/linux/fiemap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/fiemap.h b/include/linux/fiemap.h index 4e624c466583..c50882f19235 100644 --- a/include/linux/fiemap.h +++ b/include/linux/fiemap.h @@ -18,8 +18,4 @@ int fiemap_prep(struct inode *inode, struct fiemap_extent_info *fieinfo, int fiemap_fill_next_extent(struct fiemap_extent_info *info, u64 logical, u64 phys, u64 len, u32 flags); -int generic_block_fiemap(struct inode *inode, - struct fiemap_extent_info *fieinfo, u64 start, u64 len, - get_block_t *get_block); - #endif /* _LINUX_FIEMAP_H 1 */ |