aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/inode.c')
-rw-r--r--fs/gfs2/inode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index 8700eb815638..feda55f67050 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -2006,10 +2006,6 @@ static int gfs2_getattr(const struct path *path, struct kstat *stat,
2006 return 0; 2006 return 0;
2007} 2007}
2008 2008
2009const struct iomap_ops gfs2_iomap_ops = {
2010 .iomap_begin = gfs2_iomap_begin,
2011};
2012
2013static int gfs2_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, 2009static int gfs2_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
2014 u64 start, u64 len) 2010 u64 start, u64 len)
2015{ 2011{