]> 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, 31 May 2024 05:49:01 +0000 (07:49 +0200)
commitdb3ce0b1f17cf88f806445c92993995099dc3e08
tree81d10d09297e10afb2b0d913bbb969b95c5d0aaa
parent0a751df4566c86e5a24f2a03290dad3d0f215692
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>
arch/um/drivers/ubd_kern.c