commit | 1fc2b62edb228b37c2b4e7e5192becaecd72183f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue May 29 15:52:34 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 29 08:59:21 2018 -0600 |
tree | 798caff31df164d8b1d2fdf5eec18c3f9168b11c | |
parent | 0df0bb080aca8b3d0f06d9e7d04b07e9ff755ab1 [diff] |
scsi_transport_fc: 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>