commit | 609001bca49917b44c6af71abafd6e91c274006d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 04 15:30:20 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu May 10 08:56:47 2018 -0700 |
tree | 7ece1cba6c8b57d07e99c400b7fffa4824796528 | |
parent | 7b6b50f55c1064e619f2da0696ed99f9db10b960 [diff] |
xfs: don't spray logs when dquot flush/purge fail When dquot flush or purge fail there's no need to spam the logs, we've already logged the IO error or fs shutdown that caused the flush failures. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>