On Mon, Feb 01, 2021 at 12:36:37PM +0000, Christoph Hellwig wrote: > On Sun, Jan 31, 2021 at 06:06:17PM -0800, Darrick J. Wong wrote: > > @@ -1175,6 +1177,13 @@ xfs_trans_alloc_ichange( > > if (new_udqp || new_gdqp || new_pdqp) { > > error = xfs_trans_reserve_quota_chown(tp, ip, new_udqp, > > new_gdqp, new_pdqp, force); > > + if (!retried && (error == -EDQUOT || error == -ENOSPC)) { > > One more :) > > Otherwise looks good: > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Cool, thanks for reviewing! --D