]> Git Repo - linux.git/blobdiff - fs/xfs/xfs_exchrange.c
Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / fs / xfs / xfs_exchrange.c
index fa29c8b334d2e137d69bc8aee00c955d76eb7a81..9ab05ad224d1273793b8d0201b092cfe448d2b7b 100644 (file)
@@ -217,7 +217,7 @@ xfs_exchrange_mappings(
         * length in @fxr are safe to round up.
         */
        if (xfs_inode_has_bigrtalloc(ip2))
-               req.blockcount = xfs_rtb_roundup_rtx(mp, req.blockcount);
+               req.blockcount = xfs_blen_roundup_rtx(mp, req.blockcount);
 
        error = xfs_exchrange_estimate(&req);
        if (error)
This page took 0.034348 seconds and 4 git commands to generate.