git: kernel - Call knote_fdclose() without the mplock.

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Aug 28 11:10:37 PDT 2010


commit 5a4b22b1aeaab6e18d4f2e4f4e44aaf5203fed98
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Aug 28 11:08:31 2010 -0700

    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.

Summary of changes:
 sys/kern/kern_descrip.c |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5a4b22b1aeaab6e18d4f2e4f4e44aaf5203fed98


-- 
DragonFly BSD source repository





More information about the Commits mailing list