DragonFly BSD
DragonFly commits List (threaded) for 2010-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - poll - Fix MP races


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 5 Jan 2010 19:29:15 -0800 (PST)

commit 0a17d1a1f31a0d92627437099149b5a14e51a010
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]