[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Yma3gy3Olkr73aRR@makrotopia.org>
Date: Mon, 25 Apr 2022 16:00:19 +0100
From: Daniel Golle <daniel@...rotopia.org>
To: linux-block@...r.kernel.org, linux-efi@...r.kernel.org,
linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: Tom Rini <trini@...sulko.com>, Jens Axboe <axboe@...nel.dk>,
Davidlohr Bueso <dave@...olabs.net>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
Masahiro Yamada <masahiroy@...nel.org>
Subject: [RFC PATCH 5/5] mtd/ubi/block: scan for partitions in case
FIT_PARTITION is set
Enable partition parsers on plain ubiblock devices in case of
CONFIG_FIT_PARTITION being selected.
Signed-off-by: Daniel Golle <daniel@...rotopia.org>
---
drivers/mtd/ubi/block.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/mtd/ubi/block.c b/drivers/mtd/ubi/block.c
index 18683d1c1bf501..b0f1f4565c719b 100644
--- a/drivers/mtd/ubi/block.c
+++ b/drivers/mtd/ubi/block.c
@@ -431,7 +431,9 @@ int ubiblock_create(struct ubi_volume_info *vi)
ret = -ENODEV;
goto out_cleanup_disk;
}
+#ifndef CONFIG_FIT_PARTITION
gd->flags |= GENHD_FL_NO_PART;
+#endif
gd->private_data = dev;
sprintf(gd->disk_name, "ubiblock%d_%d", dev->ubi_num, dev->vol_id);
set_capacity(gd, disk_capacity);
--
2.36.0
Powered by blists - more mailing lists