kernel - Call knote_fdclose() without the mplock.
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 Aug 2010 18:08:31 +0000 (11:08 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 Aug 2010 18:08:31 +0000 (11:08 -0700)
commit5a4b22b1aeaab6e18d4f2e4f4e44aaf5203fed98
treeacf7efa5d2fa70260169e104dec29074af9f5dc6
parent98c2b8ac8ef57c41a8fa17a7d32c47a45fe26e1e
kernel - Call knote_fdclose() without the mplock.

* knote_fdclose() handles MPSAFE/non-MPSAFE filter callbacks so we
  no longer have to call it with the mplock held.
sys/kern/kern_descrip.c