kernel - Remove some debug warnings for now
commit7ea86e9de9a8e9c3d959614f2b90833b0188e082
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 8 Feb 2017 20:11:26 +0000 (8 12:11 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 8 Feb 2017 20:11:26 +0000 (8 12:11 -0800)
tree8a5e6b5afa7256ead7926a21b6787e37d443e728
parent917ec290eeeeb73fe8bfa066cfc3303a55646424
kernel - Remove some debug warnings for now

* Remove "Warning: bio_page_alloc: memory exhausted " for now
  (conditionalize it on bootverbose).

* The underlying issue is still there, a potential deadlock between
  the pageout system.  But the warnings are confusing users.
sys/kern/vfs_bio.c