On Mon, Jul 13, 2020 at 06:34:08PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Currently, xfs quotas have the ability to send netlink warnings when a > user exceeds the limits. They also have all the support code necessary > to convert softlimit warnings into failures if the number of warnings > exceeds a limit set by the administrator. Unfortunately, we never > actually increase the warning counter, so this never actually happens. > Make it so we actually do something useful with the warning counts. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Time for a test case? Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>