Re: [PATCH v5 2/5] mmc: move 'parent' tracking to mmc_blk_data

2016-07-12 Thread Ulf Hansson
On 27 June 2016 at 21:30, Dan Williams wrote: > In preparation for the removal of 'driverfs_dev' from 'struct gendisk', > carry this data in mmc_blk_data. It is used for registration of parent > disks and partitions. > > Cc: Ulf Hansson > Cc: Bart Van Assche > Signed-off-by: Dan Williams If no

Re: [PATCH v5 2/5] mmc: move 'parent' tracking to mmc_blk_data

2016-06-28 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

Re: [PATCH v5 2/5] mmc: move 'parent' tracking to mmc_blk_data

2016-06-28 Thread Bart Van Assche
On 06/27/2016 09:30 PM, Dan Williams wrote: In preparation for the removal of 'driverfs_dev' from 'struct gendisk', carry this data in mmc_blk_data. It is used for registration of parent disks and partitions. Reviewed-by: Bart Van Assche

[PATCH v5 2/5] mmc: move 'parent' tracking to mmc_blk_data

2016-06-27 Thread Dan Williams
In preparation for the removal of 'driverfs_dev' from 'struct gendisk', carry this data in mmc_blk_data. It is used for registration of parent disks and partitions. Cc: Ulf Hansson Cc: Bart Van Assche Signed-off-by: Dan Williams --- drivers/mmc/card/block.c |5 +++-- 1 file changed, 3 inse