mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Tue, 27 Feb 2018 11:33:49 +0000 (17:03 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 2 May 2018 13:08:36 +0000 (15:08 +0200)
commit207b652cdbec3f7828251ded2c104eea6d036624
tree1b3f28b58de093c553bb93189862b6f7441ecee9
parentaabaeb3f30f9561ed938be0b4e9da02a03576fc3
mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions

Since RPMB area is accessible via special ioctl only and boot areas
are unlikely to contain any partitions, exclude them all from listing
in /proc/partitions. This will hide them from various user-level
software (e.g. fdisk), thus avoiding unnecessary access attempts.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Harish Jenny K N <harish_kandiga@mentor.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/block.c