]> www.infradead.org Git - users/dwmw2/linux.git/commit
ubd: refactor the interrupt handler
authorChristoph Hellwig <hch@lst.de>
Fri, 31 May 2024 07:47:56 +0000 (09:47 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 14 Jun 2024 16:19:44 +0000 (10:19 -0600)
commit5db755fbb1a0de4a4cfd5d5edfaa19853b9c56e6
tree97a48d0183b86c8b0d3aca3cf21860df0620879c
parent83a7eefedc9b56fe7bfeff13b6c7356688ffa670
ubd: refactor the interrupt handler

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 <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Link: https://lore.kernel.org/r/20240531074837.1648501-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/um/drivers/ubd_kern.c