git: kernel - MPSAFE kern_mpipe.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 8 22:57:11 PDT 2010
commit 2641f7de4b7bfbb4a1ea3a56d4a15488de1c1e09
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Sep 8 22:46:36 2010 -0700
kernel - MPSAFE kern_mpipe.c
* Make the mpipe code MPSAFE. The mpipe code is used in numerous places
including the ip reassembly code and some of the tcp code.
* Absolutely required now that the protocol stacks are running MPSAFE.
Summary of changes:
sys/kern/kern_mpipe.c | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2641f7de4b7bfbb4a1ea3a56d4a15488de1c1e09
--
DragonFly BSD source repository
More information about the Commits
mailing list