git: kernel - knote_alloc() must always succeed

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Feb 16 10:14:51 PST 2011


commit b0279c49a4b04a0da18a97e7ffa404bd0ea9ebdd
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Feb 16 09:44:26 2011 -0800

    kernel - knote_alloc() must always succeed
    
    * We cannot use M_NOWAIT here, knote_alloc() must always succeed.

Summary of changes:
 sys/kern/kern_event.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list