]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - mkfs/proto.c
libxfs: update to match 3.19-rc1 kernel code
[thirdparty/xfsprogs-dev.git] / mkfs / proto.c
index 9830e9fcd36a76f4fd0addcb292188fef74ad2aa..0c8bd2f67cb63a002e70c12eaa4679559e362b4b 100644 (file)
@@ -614,9 +614,9 @@ static void
 rtinit(
        xfs_mount_t     *mp)
 {
-       xfs_dfiloff_t   bno;
+       xfs_fileoff_t   bno;
        int             committed;
-       xfs_dfiloff_t   ebno;
+       xfs_fileoff_t   ebno;
        xfs_bmbt_irec_t *ep;
        int             error;
        xfs_fsblock_t   first;