xfs: ratelimit xfs_discard_page messages
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Feb 2020 15:34:48 +0000 (07:34 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 3 Mar 2020 04:55:51 +0000 (20:55 -0800)
commit4ab45e259f31cc063805c659e3c203577722b701
treef328961e3b0d7cc600d1f5e86c7db0dc65ac73b3
parent13b1f811b14e084579aeb4de89e59a2942d2c2d8
xfs: ratelimit xfs_discard_page messages

Use printk_ratelimit() to limit the amount of messages printed from
xfs_discard_page.  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_aops.c