Re: [PATCH 09/12] xfs: flush eof/cowblocks if we can't reserve quota for chown

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux