Re: [PATCH 18/45] init: refactor devt_from_partuuid

2020-11-24 Thread Tejun Heo
On Tue, Nov 24, 2020 at 02:27:24PM +0100, Christoph Hellwig wrote: > The code in devt_from_partuuid is very convoluted. Refactor a bit by > sanitizing the goto and variable name usage. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Greg Kroah-Hartman > Reviewed-by: Jan Kara Acked-by: Tej

[PATCH 18/45] init: refactor devt_from_partuuid

2020-11-24 Thread Christoph Hellwig
The code in devt_from_partuuid is very convoluted. Refactor a bit by sanitizing the goto and variable name usage. Signed-off-by: Christoph Hellwig Reviewed-by: Greg Kroah-Hartman Reviewed-by: Jan Kara --- init/do_mounts.c | 68 ++-- 1 file changed,