summaryrefslogtreecommitdiffstats
path: root/super0.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 03:20:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 03:20:41 +0000
commit6088e9df34ffdc4dea71dde1025d5500c045db3e (patch)
tree6de173faa54908e79b01a6437f1af38c1142f6de /super0.c
parentReleasing progress-linux version 4.3-1~progress7.99u1. (diff)
downloadmdadm-6088e9df34ffdc4dea71dde1025d5500c045db3e.tar.xz
mdadm-6088e9df34ffdc4dea71dde1025d5500c045db3e.zip
Merging upstream version 4.3+20240412.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'super0.c')
-rw-r--r--super0.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/super0.c b/super0.c
index a7c5f81..9b8a1bd 100644
--- a/super0.c
+++ b/super0.c
@@ -1369,5 +1369,7 @@ struct superswitch super0 = {
.locate_bitmap = locate_bitmap0,
.write_bitmap = write_bitmap0,
.free_super = free_super0,
+
+ .swapuuid = 0,
.name = "0.90",
};