git: kernel - Attempt to fix early release panic w/USB's sim.

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 28 21:17:16 PST 2011


commit 4fb294d7189541b3a6beb03f9c479dbce81abb40
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Nov 28 21:14:45 2011 -0800

    kernel - Attempt to fix early release panic w/USB's sim.
    
    * Acquire the CAM_SIM lock when called via the callout, and don't
      acquire the lock when we already hold it via the xpt_dev_async() path.
    
    Reported-by: JustinS

Summary of changes:
 sys/bus/cam/cam_xpt.c |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4fb294d7189541b3a6beb03f9c479dbce81abb40


-- 
DragonFly BSD source repository





More information about the Commits mailing list