Re: [PATCH 01/14] ubd: refactor the interrupt handler

2024-06-14 Thread Anton Ivanov
On 31/05/2024 08:47, Christoph Hellwig wrote: Instead of a separate handler function that leaves no work in the interrupt hanler itself, split out a per-request end I/O helper and clean up the coding style and variable naming while we're at it. Signed-off-by: Christoph Hellwig Reviewed-by: M

Re: [PATCH 01/14] ubd: refactor the interrupt handler

2024-06-13 Thread Martin K. Petersen
Christoph, > Instead of a separate handler function that leaves no work in the > interrupt hanler itself, split out a per-request end I/O helper and ^^ handler > clean up the coding style and variable naming while we're at it. Reviewed-by: Martin K. Petersen -- Martin K. Pet

[PATCH 01/14] ubd: refactor the interrupt handler

2024-05-31 Thread Christoph Hellwig
Instead of a separate handler function that leaves no work in the interrupt hanler itself, split out a per-request end I/O helper and clean up the coding style and variable naming while we're at it. Signed-off-by: Christoph Hellwig --- arch/um/drivers/ubd_kern.c | 49 ++--