Re: [PATCH v3 1/3] block: introduce device_add_disk()
From: Bart Van Assche <hidden>
Date: 2016-06-20 13:36:43
Also in:
lkml, nvdimm
From: Bart Van Assche <hidden>
Date: 2016-06-20 13:36:43
Also in:
lkml, nvdimm
On 06/17/2016 06:34 PM, Dan Williams wrote:
In preparation for removing the ->driverfs_dev member of a gendisk, add an api that takes the parent device as a parameter to add_disk(). For now this maintains the status quo of WARN()ing on failure, but not return a error code.
Reviewed-by: Bart Van Assche <redacted>