Re: [PATCH] init: Initialize noop_backing_dev_info early

From: Christoph Hellwig
Date: Thu Jun 16 2022 - 02:08:50 EST


On Wed, Jun 15, 2022 at 11:48:15PM +0200, Jan Kara wrote:
> +extern int bdi_init(struct backing_dev_info *bdi);

No need for the extern.

Otherwise looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>

And this remind me that I really want to kill noop_backing_dev_info
and just use a NULL bdi for this case eventually..