]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/xfs_attr_leaf.c
libxfs: add crc format changes to generic btrees
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_attr_leaf.c
index 426130f464f7ad569f4a3253172fadf642df1632..85cb31d486af6c43d53762dff743ab7ad1b06f52 100644 (file)
@@ -201,7 +201,7 @@ xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes)
                                return 0;
                        return dp->i_d.di_forkoff;
                }
-               dsize = XFS_BMAP_BROOT_SPACE(dp->i_df.if_broot);
+               dsize = XFS_BMAP_BROOT_SPACE(mp, dp->i_df.if_broot);
                break;
        }