aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2021-08-30 10:13:02 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2021-08-30 10:13:02 -0700
commit63b0c403394d4e2644751d090db8a5da80272e50 (patch)
tree0beb513c0d71a576b3d962ee6ffa6a0bd8198678 /include
parentMerge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern... (diff)
parentfs: remove generic_block_fiemap (diff)
downloadlinux-63b0c403394d4e2644751d090db8a5da80272e50.tar.gz
linux-63b0c403394d4e2644751d090db8a5da80272e50.tar.bz2
linux-63b0c403394d4e2644751d090db8a5da80272e50.zip
Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull FIEMAP cleanups from Jan Kara: "FIEMAP cleanups from Christoph transitioning all remaining filesystems supporting FIEMAP (ext2, hpfs) to iomap API and removing the old helper" * tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: fs: remove generic_block_fiemap hpfs: use iomap_fiemap to implement ->fiemap ext2: use iomap_fiemap to implement ->fiemap ext2: make ext2_iomap_ops available unconditionally
Diffstat (limited to 'include')
-rw-r--r--include/linux/fiemap.h4
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 */