Re: [PATCH 1/7] ubd: remove the ubd_gendisk array

2024-02-27 Thread Richard Weinberger
- 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:11 &g

[PATCH 1/7] ubd: remove the ubd_gendisk array

2024-02-21 Thread Christoph Hellwig
And add a disk pointer to the ubd structure instead to keep all the per-device information together. Signed-off-by: Christoph Hellwig --- arch/um/drivers/ubd_kern.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/arch/um/drivers/ubd_kern.c b/arch/um/drivers/ubd_