xfs: convert directory segment limits to xfs_da_geometry
[deliverable/linux.git] / fs / xfs / xfs_dir2_sf.c
index 4dc4193bdf1ece07ae9f265123be1747924302e6..10f4c2a23bc45106ddce97b27e1d168d81b686f8 100644 (file)
@@ -247,7 +247,7 @@ xfs_dir2_block_to_sf(
 
        /* now we are done with the block, we can shrink the inode */
        logflags = XFS_ILOG_CORE;
-       error = xfs_dir2_shrink_inode(args, mp->m_dirdatablk, bp);
+       error = xfs_dir2_shrink_inode(args, args->geo->datablk, bp);
        if (error) {
                ASSERT(error != ENOSPC);
                goto out;
This page took 0.032252 seconds and 5 git commands to generate.