Re: [PATCH] proc: register filesystem last

From: Andrew Morton
Date: Fri Mar 09 2018 - 17:49:43 EST


On Sat, 10 Mar 2018 01:27:09 +0300 Alexey Dobriyan <adobriyan@xxxxxxxxx> wrote:

> As soon as register_filesystem() exits, filesystem can be mounted.
> It is better to present fully operational /proc.
>
> Of course it doesn't matter because /proc is not modular
> but do it anyway.
>
> Drop error check, it should be handled by panicking.

So... shouldn't we add a call to panic()?