I think this commit is mislabeld, it onl passes the xfs_dqblk, but doesn't actually change any functionality as far as I can tell. > if (fa) > - xfs_dquot_repair(mp, ddq, id + j, type); > + xfs_dqblk_repair(mp, &dqb[j], id + j, type); Also please pick one of the two possible array index / pointer arithmetics notations and stick to them in a single statement at least. -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html