Re: [PATCH 6/7] ubd: remove the queue pointer in struct ubd
- Ursprüngliche Mail - > Von: "hch" > An: "richard" , "anton ivanov" > , "Johannes Berg" > , "Jens Axboe" > CC: "linux-um" , "linux-block" > > Gesendet: Donnerstag, 22. Februar 2024 08:24:
[PATCH 6/7] ubd: remove the queue pointer in struct ubd
No need for it now, everything goes through the gendisk. Signed-off-by: Christoph Hellwig --- arch/um/drivers/ubd_kern.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/um/drivers/ubd_kern.c b/arch/um/drivers/ubd_kern.c index c5d32e75426366..9bf1d6a88bae59 100644 ---