commit | e63a46bef01ff3064f44dba145833284fb6adeec | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Wed Jun 15 18:17:27 2016 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Wed Jun 15 19:53:06 2016 -0700 |
tree | 01890349347ab2a8bf4ac1bb42004647d88ea4bf | |
parent | 1b57e66384e2d21150301e68078526fac5680a16 [diff] |
block: introduce device_add_disk() 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: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>