]> git.baikalelectronics.ru Git - kernel.git/commit
scsi_transport_fc: complete requests from ->timeout
authorChristoph Hellwig <hch@lst.de>
Tue, 29 May 2018 13:52:34 +0000 (15:52 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 May 2018 14:59:21 +0000 (08:59 -0600)
commit0e66e2131a6d1855ba6cf2ae5392a5f784c7014f
tree798caff31df164d8b1d2fdf5eec18c3f9168b11c
parent5411b5be870723d4e625c60f8a697289a672a467
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>
drivers/scsi/scsi_transport_fc.c