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

From: Christoph Hellwig
Date: Sun Jul 26 2020 - 04:21:34 EST


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 call __init routines for the setup work.
> >
> > Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> > ---
> > drivers/base/devtmpfs.c | 47 +++++++++++++++++++++++------------------
> > 1 file changed, 26 insertions(+), 21 deletions(-)
>
> Nice cleanup, thanks for doing this:

This was actualy Als idea, I should have probably mentioned that.