summaryrefslogtreecommitdiffstats
path: root/super0.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 03:11:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 03:11:03 +0000
commit34c394519b9c898db784b09e3503ed21a7d3dbe9 (patch)
tree215fdd019f8ce6f7a919cf37fae0b98163f93787 /super0.c
parentAdding upstream version 4.3. (diff)
downloadmdadm-34c394519b9c898db784b09e3503ed21a7d3dbe9.tar.xz
mdadm-34c394519b9c898db784b09e3503ed21a7d3dbe9.zip
Adding upstream version 4.3+20240412.upstream/4.3+20240412upstream
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",
};