Rate limit uvn_flush error during pageout messages. They occur
authorbluhm <bluhm@openbsd.org>
Tue, 3 May 2022 21:20:35 +0000 (21:20 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 3 May 2022 21:20:35 +0000 (21:20 +0000)
commitca53b3972a3b656d09d5c4cfc9a33477ef256cb0
tree9eb4d76fe2ada8e4578097215a3202f562cf14bd
parent5f7837b6d7d435f1a86caabb25845b96934d4181
Rate limit uvn_flush error during pageout messages.  They occur
when a memory mapped file cannot be written to disk, e.g. if the
file system is full.  Too much printf() during kernel relinking
slows down the system boot.
OK deraadt@
sys/uvm/uvm_vnode.c