git: kernel - remove MP lock from uipc socket functions, route t

看板DFBSD_commit作者時間14年前 (2011/10/27 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 8d1b9f9339babcb9d8e55d3989ec40ca0e324232 Author: Matthew Dillon <dillon@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
文章代碼(AID): #1Eg5ZqI7 (DFBSD_commit)