On 5/29/18 4:14 PM, Darrick J. Wong wrote:
do_warn(_("Corrected.\n"));
- xfs_dquot_repair(mp, &dqb->dd_diskdq, dqid, quota_type);
+ libxfs_dquot_repair(mp, &dqb->dd_diskdq,
+ dqid, quota_type);
Repair ought to check that return value, right?
--D
yeah, though it only return 0 today.
And I need to refactor this for 4.18 to match kernel changes anyhoo so
it might go away, not sure.
Thanks,
-Eric
--
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