DragonFly-2.1.1.464.gb43e8 master sys/dev/disk/nata ata-all.c

Simon Schubert corecode at crater.dragonflybsd.org
Mon Jan 26 03:29:05 PST 2009


commit b43e83dff60285082b85f51677b784f4b0c0c050
Author: Simon Schubert <corecode at dragonflybsd.org>
Date:   Thu Jan 22 21:40:53 2009 +0100

    nata: revert 6e40a325 = don't use tsleep in ata_udelay
    
    ata_udelay might be called from softclock context due to a request
    timeout.  However we must not tsleep in softclock.  This restores the
    pre-6e40a325 behavior.

Summary of changes:
 sys/dev/disk/nata/ata-all.c |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list