CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/03/29 05:46:45
Modified files:
sys/dev : softraid.c softraid_crypto.c softraid_raid1.c
softraid_raid6.c softraid_raidp.c
Log message:
sd_wu_pending is only decremented when scsi_done() or scsi_io_put() are
called. As a result, factor out the the sd_sync check/wakeup code and move
it to after the scsi_done() call in sr_scsi_done(). Perform the same
sd_sync check/wakeup after scsi_io_put() calls (including the addition of
some that were previously missed).
ok krw@