xfs: merge xfs_itobp into xfs_imap_to_bp
[deliverable/linux.git] / fs / xfs / xfs_log_recover.c
index a76ba886e73868ff5c485e27de9524b4f03326ca..5da3ace352bffe6ca32d16ae76fc131291914a00 100644 (file)
@@ -3106,7 +3106,7 @@ xlog_recover_process_one_iunlink(
        /*
         * Get the on disk inode to find the next inode in the bucket.
         */
-       error = xfs_itobp(mp, NULL, ip, &dip, &ibp, 0);
+       error = xfs_imap_to_bp(mp, NULL, &ip->i_imap, &dip, &ibp, 0, 0);
        if (error)
                goto fail_iput;
 
This page took 0.023741 seconds and 5 git commands to generate.