Re: [PATCH 2/2 v6] mmc: block: Delete mmc_access_rpmb()

2017-09-22 Thread Ulf Hansson
On 20 September 2017 at 10:02, Linus Walleij wrote: > This function is used by the block layer queue to bail out of > requests if the current request is towards an RPMB > "block device". > > This was done to avoid boot time scanning of this "block > device" which was

[PATCH 2/2 v6] mmc: block: Delete mmc_access_rpmb()

2017-09-20 Thread Linus Walleij
This function is used by the block layer queue to bail out of requests if the current request is towards an RPMB "block device". This was done to avoid boot time scanning of this "block device" which was never really a block device, thus duct-taping over the fact that it was badly engineered.