git: kernel - remove MP lock from uipc socket functions, route table, and mld6

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Oct 26 11:46:58 PDT 2011


commit 8d1b9f9339babcb9d8e55d3989ec40ca0e324232
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Oct 26 11:39:40 2011 -0700

    kernel - remove MP lock from uipc socket functions, route table, and mld6
    
    * Remove the MP lock from the uipc_socket.c kqueue filterops.
    
    * Remove the MP lock from the route table threads.
    
    * Remoev the MP lock from the IPV6 MLD6 implementation.

Summary of changes:
 sys/kern/uipc_socket.c |    8 ++++----
 sys/net/route.c        |    3 ---
 sys/netinet6/mld6.c    |   18 +++++++++++++-----
 3 files changed, 17 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8d1b9f9339babcb9d8e55d3989ec40ca0e324232


-- 
DragonFly BSD source repository





More information about the Commits mailing list