> + next_ino = XFS_AGINO_TO_INO(mp, pag->pag_agno, next_agino); > + error = xfs_iunlink_map_ino(tp, next_ino, imap, &last_dip, > + &last_ibp); Last round I suggested pasing the agno/agino to xfs_iunlink_map_ino, and good reason for not doing that?
> + next_ino = XFS_AGINO_TO_INO(mp, pag->pag_agno, next_agino); > + error = xfs_iunlink_map_ino(tp, next_ino, imap, &last_dip, > + &last_ibp); Last round I suggested pasing the agno/agino to xfs_iunlink_map_ino, and good reason for not doing that?