On Thu 21-10-21 14:44:38, Christoph Hellwig wrote: > Call bdi_unregister explicitly instead of relying on the automatic > unregistration. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Looks good. Feel free to add: Reviewed-by: Jan Kara <jack@xxxxxxx> Honza > --- > drivers/mtd/mtdcore.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c > index c8fd7f758938b..c904e23c82379 100644 > --- a/drivers/mtd/mtdcore.c > +++ b/drivers/mtd/mtdcore.c > @@ -2409,6 +2409,7 @@ static void __exit cleanup_mtd(void) > if (proc_mtd) > remove_proc_entry("mtd", NULL); > class_unregister(&mtd_class); > + bdi_unregister(mtd_bdi); > bdi_put(mtd_bdi); > idr_destroy(&mtd_idr); > } > -- > 2.30.2 > -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR