kernel - cleanup vfs_cache debugging
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 30 Jul 2016 19:27:09 +0000 (12:27 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 31 Jul 2016 07:01:13 +0000 (00:01 -0700)
commitef7b3880bb022bd1f61f738a26ba8d397a5a673c
tree9535d0733930b954f411316c13c333074473eae1
parenta3b959b3534339c5e49d9eded22e57d433603618
kernel - cleanup vfs_cache debugging

* Remove the deep namecache recursion warning, we've taken care of it
  properly for a while now so we don't need to know when it happens any
  more.

* Augment the cache_inval_internal warnings with more information.
sys/kern/vfs_cache.c