commit | c5fb85b7ff7648a8b51af2062b9242a83d513b68 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue May 29 15:52:32 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 29 08:59:21 2018 -0600 |
tree | 1fcc866b6eb60bf714ef7bb94e9ab3409a578c93 | |
parent | e5eab0170410184fa8c2f1ce61df36969b59b5eb [diff] |
mtip32xx: complete requests from ->timeout By completing the request entirely in the driver we can remove the BLK_EH_HANDLED return value and thus the split responsibility between the driver and the block layer that has been causing trouble. 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>