Re: [PATCH 04/21] devtmpfs: refactor devtmpfsd()

2020-07-26 Thread Christoph Hellwig
On Sun, Jul 26, 2020 at 09:43:06AM +0200, Greg Kroah-Hartman wrote: > On Sun, Jul 26, 2020 at 09:13:39AM +0200, Christoph Hellwig wrote: > > Split the main worker loop into a separate function. This allows > > devtmpfsd itself and devtmpfsd_setup to be marked __init, which will > > allows us to

Re: [PATCH 04/21] devtmpfs: refactor devtmpfsd()

2020-07-26 Thread Greg Kroah-Hartman
On Sun, Jul 26, 2020 at 09:13:39AM +0200, Christoph Hellwig wrote: > Split the main worker loop into a separate function. This allows > devtmpfsd itself and devtmpfsd_setup to be marked __init, which will > allows us to call __init routines for the setup work. > > Signed-off-by: Christoph

[PATCH 04/21] devtmpfs: refactor devtmpfsd()

2020-07-26 Thread Christoph Hellwig
Split the main worker loop into a separate function. This allows devtmpfsd itself and devtmpfsd_setup to be marked __init, which will allows us to call __init routines for the setup work. Signed-off-by: Christoph Hellwig --- drivers/base/devtmpfs.c | 47