xfs: remove unused full argument from bmap
[sfrench/cifs-2.6.git] / fs / xfs / xfs_bmap_util.h
index f1005393785c07107ab2b6bf94334ff5e6bbca16..135d8267e2846b2552f6ae426cac1a8c41877f74 100644 (file)
@@ -35,7 +35,7 @@ int   xfs_bmap_punch_delalloc_range(struct xfs_inode *ip,
                xfs_fileoff_t start_fsb, xfs_fileoff_t length);
 
 /* bmap to userspace formatter - copy to user & advance pointer */
-typedef int (*xfs_bmap_format_t)(void **, struct getbmapx *, int *);
+typedef int (*xfs_bmap_format_t)(void **, struct getbmapx *);
 int    xfs_getbmap(struct xfs_inode *ip, struct getbmapx *bmv,
                xfs_bmap_format_t formatter, void *arg);