]> www.infradead.org Git - users/hch/block.git/commit
ubd: refactor the interrupt handler
authorChristoph Hellwig <hch@lst.de>
Thu, 30 May 2024 06:27:19 +0000 (08:27 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 14 Jun 2024 05:14:09 +0000 (07:14 +0200)
commit852934f280960e406a9166447254ad76a89f7bf3
treed0fd32f63d4cf31c6ad7a61f7a2725d234528652
parentc2670cf789500304097cd115483cc70e1feb9472
ubd: refactor the interrupt handler

Instead of a separate handler function that leaves no work in the
interrupt handler 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>
arch/um/drivers/ubd_kern.c