Re: [PATCH v4 3/5] block: refactor error handling of commit_iteration

2024-11-18 Thread Vladimir Sementsov-Ogievskiy
On 18.11.24 10:37, Vladimir Sementsov-Ogievskiy wrote: On 26.10.24 19:30, Vincent Vanlaer wrote: Signed-off-by: Vincent Vanlaer ---   block/commit.c | 61 --   1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/block/commit.c b/block/c

Re: [PATCH v4 3/5] block: refactor error handling of commit_iteration

2024-11-17 Thread Vladimir Sementsov-Ogievskiy
On 26.10.24 19:30, Vincent Vanlaer wrote: Signed-off-by: Vincent Vanlaer --- block/commit.c | 61 -- 1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/block/commit.c b/block/commit.c index 078e54f51f..5c24c8b80a 100644 --- a/block/

[PATCH v4 3/5] block: refactor error handling of commit_iteration

2024-10-26 Thread Vincent Vanlaer
Signed-off-by: Vincent Vanlaer --- block/commit.c | 61 -- 1 file changed, 34 insertions(+), 27 deletions(-) diff --git a/block/commit.c b/block/commit.c index 078e54f51f..5c24c8b80a 100644 --- a/block/commit.c +++ b/block/commit.c @@ -129,51 +129,