diff options
author | Christoph Hellwig <hch@lst.de> | 2018-05-29 15:52:37 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-05-29 08:59:21 -0600 |
commit | f6e7d48a780a95a599d7e325f45e9ac208ac6f13 (patch) | |
tree | 60a11edf2c2926346c894e31245ef1860984703c /Documentation/scsi | |
parent | adb2b769d47a619bff32fe521067dab0091c7e6d (diff) | |
download | blackbird-obmc-linux-f6e7d48a780a95a599d7e325f45e9ac208ac6f13.tar.gz blackbird-obmc-linux-f6e7d48a780a95a599d7e325f45e9ac208ac6f13.zip |
block: remove BLK_EH_HANDLED
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/scsi')
-rw-r--r-- | Documentation/scsi/scsi_eh.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/scsi/scsi_eh.txt b/Documentation/scsi/scsi_eh.txt index 3ae8419e72cf..1b7436932a2b 100644 --- a/Documentation/scsi/scsi_eh.txt +++ b/Documentation/scsi/scsi_eh.txt @@ -82,17 +82,6 @@ function 1. invokes optional hostt->eh_timed_out() callback. Return value can be one of - - BLK_EH_HANDLED - This indicates that eh_timed_out() dealt with the timeout. - The command is passed back to the block layer and completed - via __blk_complete_requests(). - - *NOTE* After returning BLK_EH_HANDLED the SCSI layer is - assumed to be finished with the command, and no other - functions from the SCSI layer will be called. So this - should typically only be returned if the eh_timed_out() - handler raced with normal completion. - - BLK_EH_RESET_TIMER This indicates that more time is required to finish the command. Timer is restarted. This action is counted as a |