kernel - Try to catch possible bug in getnewbuf()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 27 Feb 2014 01:16:19 +0000 (17:16 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 27 Feb 2014 01:16:19 +0000 (17:16 -0800)
commitcd3cfe0a90bb89c57adf2bda61d6fd7cb7356269
treeedff8d523e462cbdbc0b4e735cc3043d3dbedf1d
parentc825189df5970fc591092fc240a9f14de46a9808
kernel - Try to catch possible bug in getnewbuf()

* Add a debugging kprintf() and cleanup code to attempt to catch a possible
  bug in getnewbuf() where a buffer is somehow left on a vnode's clean or
  dirty list before being reused.
sys/kern/vfs_bio.c