Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a979eff1 authored by Jens Axboe's avatar Jens Axboe
Browse files

ubifs: register backing_dev_info

parent ad081f14
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1937,6 +1937,9 @@ static int ubifs_fill_super(struct super_block *sb, void *data, int silent)
	err  = bdi_init(&c->bdi);
	if (err)
		goto out_close;
	err = bdi_register(&c->bdi, NULL, "ubifs");
	if (err)
		goto out_bdi;

	err = ubifs_parse_options(c, data, 0);
	if (err)