summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_fsmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_fsmap.c')
-rw-r--r--fs/xfs/xfs_fsmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_fsmap.c b/fs/xfs/xfs_fsmap.c
index f4c0c57f78b3..dbd296e885ed 100644
--- a/fs/xfs/xfs_fsmap.c
+++ b/fs/xfs/xfs_fsmap.c
@@ -198,8 +198,8 @@ xfs_getfsmap_is_shared(
{
struct xfs_mount *mp = tp->t_mountp;
struct xfs_btree_cur *cur;
- xfs_agblock_t fbno;
- xfs_extlen_t flen;
+ xfs_fsblock_t fbno;
+ xfs_filblks_t flen;
int error;
*stat = false;