Re: [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c

2020-09-04 Thread Hannes Reinecke
On 9/3/20 10:01 AM, Christoph Hellwig wrote: Now that there is just a single user of the kobj_map functionality left, merge it into the user to prepare for additional simplications. Signed-off-by: Christoph Hellwig Reviewed-by: Greg Kroah-Hartman --- block/genhd.c| 130 ++

Re: [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c

2020-08-26 Thread Greg Kroah-Hartman
On Wed, Aug 26, 2020 at 08:24:29AM +0200, Christoph Hellwig wrote: > Now that there is just a single user of the kobj_map functionality left, > merge it into the user to prepare for additional simplications. > > Signed-off-by: Christoph Hellwig YES!!! Reviewed-by: Greg Kroah-Hartman