kernel - Performance tuning (2)
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 14 Nov 2013 17:50:33 +0000 (09:50 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 14 Nov 2013 17:50:33 +0000 (09:50 -0800)
commit61b118a6ea2b212eb97a39faa8f2e3896b4b74c4
treeb8f3f0bca5e725fb743227b77dca366447a633bb
parentf6192acf1f7e169809f3d26974d8d52a36d4a7fa
kernel - Performance tuning (2)

* Fix but in VOP_CLOSE changes.  All calls to VOP_CLOSE() require the
  vnode to be locked shared or exclusive.  sys_swapoff() wasn't.

Reported-by: swildner
sys/vm/vm_swap.c