git: kernel - Move wakeup*() to ouside a spin lock

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jul 17 16:04:16 PDT 2014


commit 44e1bd6ead7d11dcc818c0a8defbf0c58a3e1e0d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Jul 17 16:03:13 2014 -0700

    kernel - Move wakeup*() to ouside a spin lock
    
    * Move the wakeup*() calls in the linux completion interface from inside
      to outside the spinlock.  It can't be safely called from inside the
      spinlock.
    
    Reported-by: me_

Summary of changes:
 sys/dev/drm/include/linux/completion.h |  9 +++++++--
 sys/vfs/nfs/nfsm_subs.c                | 15 +++++++++++++++
 2 files changed, 22 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/44e1bd6ead7d11dcc818c0a8defbf0c58a3e1e0d


-- 
DragonFly BSD source repository


More information about the Commits mailing list