commit 0a17d1a1f31a0d92627437099149b5a14e51a010
Author: Matthew Dillon <[email protected]>
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

Reply via email to