Re: [PATCH] ubd: Remove unused mutex 'ubd_mutex'

2024-05-23 Thread Dr. David Alan Gilbert
* Richard Weinberger (rich...@nod.at) wrote: > - Ursprüngliche Mail - > > Von: "hch" > > An: "Dr. David Alan Gilbert" > > CC: "hch" , "richard" , "linux-um" > > , "linux-kernel" > > > > G

Re: [PATCH] ubd: Remove unused mutex 'ubd_mutex'

2024-05-20 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "hch" > An: "Dr. David Alan Gilbert" > CC: "hch" , "richard" , "linux-um" > , "linux-kernel" > > Gesendet: Montag, 20. Mai 2024 17:20:49 > Betreff: Re: [PATCH] ubd: Remove unu

Re: [PATCH] ubd: Remove unused mutex 'ubd_mutex'

2024-05-20 Thread Christoph Hellwig
On Mon, May 20, 2024 at 03:12:20PM +, Dr. David Alan Gilbert wrote: > * Christoph Hellwig (h...@lst.de) wrote: > > Looks good: > > > > Reviewed-by: Christoph Hellwig > > Thanks Christoph; any ideas who might take this? Probably Richard who is alredy on Cc.

Re: [PATCH] ubd: Remove unused mutex 'ubd_mutex'

2024-05-20 Thread Dr. David Alan Gilbert
* Christoph Hellwig (h...@lst.de) wrote: > Looks good: > > Reviewed-by: Christoph Hellwig Thanks Christoph; any ideas who might take this? Dave -- -Open up your eyes, open up your mind, open up your code --- / Dr. David Alan Gilbert| Running GNU/Linux | Happy \ \

Re: [PATCH] ubd: Remove unused mutex 'ubd_mutex'

2024-05-06 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig

[PATCH] ubd: Remove unused mutex 'ubd_mutex'

2024-05-04 Thread linux
From: "Dr. David Alan Gilbert" Commit fb5d1d389c9e ("ubd: open the backing files in ubd_add") removed the last use of ubd_mutex. Remove it. Build and kernel startup test only. Signed-off-by: Dr. David Alan Gilbert --- arch/um/drivers/ubd_kern.c | 1 - 1 file changed, 1 deletion(-) diff --gi