Re: [PATCH 04/14] nbd: complete requests from ->timeout

2018-05-28 Thread Christoph Hellwig
On Wed, May 23, 2018 at 03:28:38PM +0200, Hannes Reinecke wrote: > Again, some testcase would be nice ... For this one I don't have an actual test case. I'll have to defer to the nbd maintainers for that.

Re: [PATCH 04/14] nbd: complete requests from ->timeout

2018-05-23 Thread Hannes Reinecke
On 05/23/2018 02:19 PM, Christoph Hellwig wrote: 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 --- drivers/

[PATCH 04/14] nbd: complete requests from ->timeout

2018-05-23 Thread Christoph Hellwig
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 --- drivers/block/nbd.c | 7 --- 1 file changed, 4 insertion