Re: [PATCH] xfs: revert "xfs: actually bump warning counts when we send warnings"

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

 



> On Apr 25, 2022, at 6:33 PM, Eric Sandeen <sandeen@xxxxxxxxxx> wrote:
> 
> This reverts commit 4b8628d57b725b32616965e66975fcdebe008fe7.
> 
> XFS quota has had the concept of a "quota warning limit" since
> the earliest Irix implementation, but a mechanism for incrementing
> the warning counter was never implemented, as documented in the
> xfs_quota(8) man page. We do know from the historical archive that
> it was never incremented at runtime during quota reservation
> operations.
> 
> With this commit, the warning counter quickly increments for every
> allocation attempt after the user has crossed a quote soft
> limit threshold, and this in turn transitions the user to hard
> quota failures, rendering soft quota thresholds and timers useless.
> This was reported as a regression by users.
> 
> Because the intended behavior of this warning counter has never been
> understood or documented, and the result of this change is a regression
> in soft quota functionality, revert this commit to make soft quota
> limits and timers operable again.
> 
> Fixes: 4b8628d57b72 ("xfs: actually bump warning counts when we send warnings)
> Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx>

This looks fine to me. I’m also happy to work on removing the rest of the
quota warning infrastructure.

Reviewed-by: Catherine Hoang <catherine.hoang@xxxxxxxxxx>
> ---
> fs/xfs/xfs_trans_dquot.c | 1 -
> 1 file changed, 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_trans_dquot.c b/fs/xfs/xfs_trans_dquot.c
> index 9ba7e6b..ebe2c22 100644
> --- a/fs/xfs/xfs_trans_dquot.c
> +++ b/fs/xfs/xfs_trans_dquot.c
> @@ -603,7 +603,6 @@
> 			return QUOTA_NL_ISOFTLONGWARN;
> 		}
> 
> -		res->warnings++;
> 		return QUOTA_NL_ISOFTWARN;
> 	}
> 
> -- 
> 1.8.3.1
> 





[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