• J
    [SCSI] make error handling more robust in the face of reservations · 67110dfd
    James Bottomley 提交于
    commit 5f91bb05
    Author: Michael Reed <mdr@sgi.com>
    Date:   Mon Aug 10 11:59:28 2009 -0500
    
        [SCSI] reservation conflict after timeout causes device to be taken offline
    
    Flipped us from always returning failed to always returning success in
    the name of fixing the problem where reservation conflict returns from
    test unit ready cause the device always to be taken offline.
    Unfortuantely, it also introduced a problem whereby for commands other
    than test unit ready, the eh dispatcher thinks they succeeded when
    reservation conflict is returned, whereas in reality they failed.  Fix
    this by only returning success for the test unit ready case.
    Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
    67110dfd
scsi_error.c 57.6 KB