]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: don't spray logs when dquot flush/purge fail
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 4 May 2018 22:30:20 +0000 (15:30 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 10 May 2018 15:56:47 +0000 (08:56 -0700)
commitb78f714afd4c63ae29a2278f71c36c9534b421e0
tree7ece1cba6c8b57d07e99c400b7fffa4824796528
parentc8bc4671894f72996c14ec53771b025d81e7dd43
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>
fs/xfs/xfs_dquot_item.c
fs/xfs/xfs_qm.c