On Tue, Jul 21, 2020 at 04:04:04PM +0100, Christoph Hellwig wrote: > On Wed, Jul 15, 2020 at 03:12:51PM -0500, Bill O'Donnell wrote: > > Make the error messages for rudimentary xfs_quota commands > > (off, enable, disable) more user friendly, instead of the > > terse sys error outputs. > > > > Signed-off-by: Bill O'Donnell <billodo@xxxxxxxxxx> > > I think we should have one helper with the error message > instead of duplicating them three times. > Except that the error messages are different depending on the context, so crafting a helper function that recognizes the context seems to offer diminishing return AFAICT. Thanks- Bill