Re: [PATCH 2/7] ubd: remove ubd_disk_register

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:12 >

[PATCH 2/7] ubd: remove ubd_disk_register

2024-02-21 Thread Christoph Hellwig
Fold it into the only caller to remove lots of references to the global ubd_devs array. Signed-off-by: Christoph Hellwig --- arch/um/drivers/ubd_kern.c | 37 +++-- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/arch/um/drivers/ubd_kern.c b/arch/um