git: kernel - lock sim in cam_periph_alloc()

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Aug 24 21:04:27 PDT 2010


commit e0e739f8950d09536c5cc0825e41b322360908b2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Aug 24 21:02:54 2010 -0700

    kernel - lock sim in cam_periph_alloc()
    
    * cam_periph_alloc() is called from places where the sim lock is not
      being held.  Acquire the lock internally as needed.

Summary of changes:
 sys/bus/cam/cam_periph.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list