]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't spam the console with an additional, and useless, error message.
authorimp <imp@FreeBSD.org>
Thu, 20 Feb 2020 00:34:46 +0000 (00:34 +0000)
committerimp <imp@FreeBSD.org>
Thu, 20 Feb 2020 00:34:46 +0000 (00:34 +0000)
commit006804e44fb111a1c9531fbd8b7aa4a016a161a3
tree9a616da4c7f39671b135b17564540504e3753d04
parent2b062892b7308fc26dca7a92de5dbbef0e64d3df
Don't spam the console with an additional, and useless, error message.

There's no need to spam the console with this error message. If there's an I/O
error, the disk/cam driver will report it at the lower levels. If that's an
actual problem, the upper layers will report that.

Reviewed by: kib@
Differential Revision:  https://reviews.freebsd.org/D23756
sys/vm/vnode_pager.c