git: kernel - poll - Fix MP races
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jan 5 19:31:41 PST 2010
commit 0a17d1a1f31a0d92627437099149b5a14e51a010
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Jan 5 19:28:12 2010 -0800
kernel - poll - Fix MP races
* Some of the poll code had been taken out from under the MP lock too
early, creating races. Put it back under the MP lock until the whole
mess can be rewritten using kqueue.
Reported-by: Rumko
Summary of changes:
sys/kern/sys_generic.c | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0a17d1a1f31a0d92627437099149b5a14e51a010
--
DragonFly BSD source repository
More information about the Commits
mailing list