]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/xfs_rtbitmap.c
xfs: xfs_bmapi_read doesn't take a fork id as the last argument
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_rtbitmap.c
index 44ad96fc1936c479fbd76879b49bb5539c735255..4df279cd9a1099e46c92dbc1f943fc53fd11ef52 100644 (file)
@@ -64,7 +64,7 @@ xfs_rtbuf_get(
 
        ip = issum ? mp->m_rsumip : mp->m_rbmip;
 
-       error = xfs_bmapi_read(ip, block, 1, &map, &nmap, XFS_DATA_FORK);
+       error = xfs_bmapi_read(ip, block, 1, &map, &nmap, 0);
        if (error)
                return error;