Re: [PATCH v5 3/5] um: track 'parent' device in a local variable

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

Re: [PATCH v5 3/5] um: track 'parent' device in a local variable

2016-06-28 Thread Richard Weinberger
Am 28.06.2016 um 09:23 schrieb Bart Van Assche: > On 06/27/2016 09:30 PM, Dan Williams wrote: >> In preparation for the removal of 'driverfs_dev' from 'struct gendisk' >> use a local variable to track the parented vs un-parented case in >> ubd_disk_register(). > > Reviewed-by: Bart Van Assche Ac

Re: [PATCH v5 3/5] um: track 'parent' device in a local variable

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' use a local variable to track the parented vs un-parented case in ubd_disk_register(). Reviewed-by: Bart Van Assche

[PATCH v5 3/5] um: track 'parent' device in a local variable

2016-06-27 Thread Dan Williams
In preparation for the removal of 'driverfs_dev' from 'struct gendisk' use a local variable to track the parented vs un-parented case in ubd_disk_register(). Cc: Jeff Dike Cc: Richard Weinberger Cc: Bart Van Assche Signed-off-by: Dan Williams --- arch/um/drivers/ubd_kern.c |5 +++-- 1 fil