Re: [PATCH v3 2/5] block: move commit_run loop to separate function

2024-09-30 Thread Vladimir Sementsov-Ogievskiy
On 01.09.24 17:24, Vincent Vanlaer wrote: +static int commit_iteration(CommitBlockJob *s, int64_t offset, int64_t *n, void *buf) { Hmm over-80 line. Didn't you forget run ./checkpatch.pl ? -- Best regards, Vladimir

Re: [PATCH v3 2/5] block: move commit_run loop to separate function

2024-09-30 Thread Vladimir Sementsov-Ogievskiy
On 01.09.24 17:24, Vincent Vanlaer wrote: Signed-off-by: Vincent Vanlaer --- block/commit.c | 85 -- 1 file changed, 48 insertions(+), 37 deletions(-) diff --git a/block/commit.c b/block/commit.c index 8dee25b313..9eedd1fa47 100644 --- a/block/

[PATCH v3 2/5] block: move commit_run loop to separate function

2024-09-01 Thread Vincent Vanlaer
Signed-off-by: Vincent Vanlaer --- block/commit.c | 85 -- 1 file changed, 48 insertions(+), 37 deletions(-) diff --git a/block/commit.c b/block/commit.c index 8dee25b313..9eedd1fa47 100644 --- a/block/commit.c +++ b/block/commit.c @@ -128,6 +128,5