On Mon, 22 Nov 2021 at 14:06, Christoph Hellwig <hch@xxxxxx> wrote: > > This manually reverts 07b652cdbec3 ("mmc: card: Don't show eMMC RPMB and > BOOT areas in /proc/partitions"). Based on the commit description that > change was purely cosmetic. mmc is the last driver that sets this > flag and thus prevents it from being removed. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Acked-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx> Kind regards Uffe > --- > drivers/mmc/core/block.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/mmc/core/block.c b/drivers/mmc/core/block.c > index a71b3512c877a..2dd93d49d822c 100644 > --- a/drivers/mmc/core/block.c > +++ b/drivers/mmc/core/block.c > @@ -2397,8 +2397,7 @@ static struct mmc_blk_data *mmc_blk_alloc_req(struct mmc_card *card, > set_disk_ro(md->disk, md->read_only || default_ro); > md->disk->flags = GENHD_FL_EXT_DEVT; > if (area_type & (MMC_BLK_DATA_AREA_RPMB | MMC_BLK_DATA_AREA_BOOT)) > - md->disk->flags |= GENHD_FL_NO_PART | > - GENHD_FL_SUPPRESS_PARTITION_INFO; > + md->disk->flags |= GENHD_FL_NO_PART; > > /* > * As discussed on lkml, GENHD_FL_REMOVABLE should: > -- > 2.30.2 >