commit | e5eab0170410184fa8c2f1ce61df36969b59b5eb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue May 29 15:52:31 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 29 08:59:21 2018 -0600 |
tree | 28aaa840b2fd391d234b9930ae67fe85e6543dc7 | |
parent | db8c48e4b2fa7c7ad1e429fe980e787698033ee9 [diff] |
nbd: 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> Signed-off-by: Jens Axboe <axboe@kernel.dk>