Re: [PATCH 05/20] block: use put_device in put_disk

2020-11-19 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

Re: [PATCH 05/20] block: use put_device in put_disk

2020-11-18 Thread Jan Kara
On Wed 18-11-20 09:47:45, Christoph Hellwig wrote: > Use put_device to put the device instead of poking into the internals > and using kobject_put. > > Signed-off-by: Christoph Hellwig Looks good. You can add: Reviewed-by: Jan Kara