git: kernel - Split an assertion in the sysref code to make it MPSAFE
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Dec 21 08:34:29 PST 2009
commit 63f45d59903c50ca3910880e99d626efca123543
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Dec 21 08:13:47 2009 -0800
kernel - Split an assertion in the sysref code to make it MPSAFE
* An assertion in the sysref code was not MPSAFE. Test SRF_ALLOCATED
after we have determined that the object is completely free.
Summary of changes:
sys/kern/kern_sysref.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/63f45d59903c50ca3910880e99d626efca123543
--
DragonFly BSD source repository
More information about the Commits
mailing list