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

git: kernel - poll/select - temporary fix for stalls


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Jan 2010 22:12:50 -0800 (PST)

commit e6f31a83d62f51be832512da485cca095a450513
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Jan 2 20:54:57 2010 -0800

    kernel - poll/select - temporary fix for stalls
    
    * Switch around a conditional to test LWP_SELECT first before attempting
      to make the process runnable.  This seems to fix the race causing
      reported stalls.

Summary of changes:
 sys/kern/sys_generic.c |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e6f31a83d62f51be832512da485cca095a450513


-- 
DragonFly BSD source repository



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