]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: ratelimit xfs_buf_ioerror_alert messages
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Feb 2020 15:34:47 +0000 (07:34 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 3 Mar 2020 04:55:51 +0000 (20:55 -0800)
commitea12afc019fcd47cf2a9eee5b1941a3cd71a74bf
tree96469ce4d15672390715db3eba51de11b7f3a1f6
parente6f980ab368aa70c439845329d14af5c9f03c9c6
xfs: ratelimit xfs_buf_ioerror_alert messages

Use printk_ratelimit() to limit the amount of messages printed from
xfs_buf_ioerror_alert.  Without that a failing device causes a large
number of errors that doesn't really help debugging the underling
issue.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_buf.c