]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: clarify async write failure ratelimit message
authorEric Sandeen <sandeen@sandeen.net>
Mon, 23 Feb 2015 23:14:04 +0000 (10:14 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 23 Feb 2015 23:14:04 +0000 (10:14 +1100)
commit2c4af9715fb756b9aa64dc4edbdd855dc28bacd2
treec3bce4f3ce6fab39feec5412244126d359dbbf15
parentd9c4f185f23912ca2e1b4f42214904787cb57f3b
xfs: clarify async write failure ratelimit message

Today, when the "failing async writes" get ratelimited, we see:

XFS:: 62836 callbacks suppressed

Aside from the extra ":" it's not entirely clear which message is being
suppressed, especially if other messages or ratelimits are happening
at the same time.  Clarify this as i.e.:

XFS (dm-11): Failing async write on buffer block 0x140090. Retrying async write.
XFS: Failing async write: 62836 callbacks suppressed

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_buf_item.c