Re: [dm-devel] [PATCH 04/12] dm-zoned: secondary superblock must reside on the same devices than primary superblock

2020-05-24 Thread Damien Le Moal
On 2020/05/23 0:39, Hannes Reinecke wrote: > The secondary superblock must reside on the same device than the > primary superblock, so there's no need to re-calculate the device. > > Signed-off-by: Hannes Reinecke > --- > drivers/md/dm-zoned-metadata.c | 5 ++--- > 1 file changed, 2

[dm-devel] [PATCH 04/12] dm-zoned: secondary superblock must reside on the same devices than primary superblock

2020-05-22 Thread Hannes Reinecke
The secondary superblock must reside on the same device than the primary superblock, so there's no need to re-calculate the device. Signed-off-by: Hannes Reinecke --- drivers/md/dm-zoned-metadata.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git