Re: [PATCH v5 4/9] block-backend: Enable retry action on errors

2021-02-22 Thread Stefan Hajnoczi
On Fri, Feb 05, 2021 at 06:13:10PM +0800, Jiahui Cen wrote: > Enable retry action when backend's retry timer is available. It would > trigger the timer to do device specific retry action. > > Signed-off-by: Jiahui Cen > Signed-off-by: Ying Fang > --- > block/block-backend.c | 9 + > 1 f

[PATCH v5 4/9] block-backend: Enable retry action on errors

2021-02-05 Thread Jiahui Cen
Enable retry action when backend's retry timer is available. It would trigger the timer to do device specific retry action. Signed-off-by: Jiahui Cen Signed-off-by: Ying Fang --- block/block-backend.c | 9 + 1 file changed, 9 insertions(+) diff --git a/block/block-backend.c b/block/blo