diff options
author | Christoph Hellwig <hch@lst.de> | 2018-05-29 16:52:36 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-05-29 17:59:21 +0300 |
commit | adb2b769d47a619bff32fe521067dab0091c7e6d (patch) | |
tree | 159776b2d1156dd0c7116e7ded34daab1cf5f95a /Documentation/scsi/scsi_eh.txt | |
parent | ad73d6feadbd7b000e2c06480ac4fa05e7c05fb9 (diff) | |
download | linux-adb2b769d47a619bff32fe521067dab0091c7e6d.tar.xz |
libiscsi: don't try to bypass SCSI EH
libiscsi is the only SCSI code that return BLK_EH_HANDLED, thus trying to
bypass the normal SCSI EH code. We are going to remove this return value
at the block layer, and at least from a quick look it doesn't look too
harmful to try to send an abort for these cases, especially as the first
one should not actually be possible. If this doesn't work out iscsi
will probably need its own eh_strategy_handler instead to just do the
right thing.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/scsi/scsi_eh.txt')
0 files changed, 0 insertions, 0 deletions