On Wed, Apr 22, 2020 at 01:54:23PM -0400, Brian Foster wrote: > The dquot flush handler effectively aborts the dquot flush if the > filesystem is already shut down, but doesn't actually shut down if > the flush fails. Update xfs_qm_dqflush() to consistently abort the > dquot flush and shutdown the fs if the flush fails with an > unexpected error. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>