On 5/20/21 6:22 AM, Damien Le Moal wrote:
Move core and table code used for zoned targets and conditionally
defined with #ifdef CONFIG_BLK_DEV_ZONED to the new file dm-zone.c.
This file is conditionally compiled depending on CONFIG_BLK_DEV_ZONED.
The small helper dm_set_zones_restrictions() is introduced to
initialize a mapped device request queue zone attributes in
dm_table_set_restrictions().

Signed-off-by: Damien Le Moal <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
---
  drivers/md/Makefile   |   4 ++
  drivers/md/dm-table.c |  14 ++----
  drivers/md/dm-zone.c  | 102 ++++++++++++++++++++++++++++++++++++++++++
  drivers/md/dm.c       |  78 --------------------------------
  drivers/md/dm.h       |  11 +++++
  5 files changed, 120 insertions(+), 89 deletions(-)
  create mode 100644 drivers/md/dm-zone.c
Reviewed-by: Hannes Reinecke <[email protected]>

Cheers,

Hannes
--
Dr. Hannes Reinecke                Kernel Storage Architect
[email protected]                              +49 911 74053 688
SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg
HRB 36809 (AG Nürnberg), Geschäftsführer: Felix Imendörffer


--
dm-devel mailing list
[email protected]
https://listman.redhat.com/mailman/listinfo/dm-devel

Reply via email to