Blame SOURCES/Revert-mdadm-fix-coredump-of-mdadm-monitor-r.patch

37dfca
From 7e92ef334af165a5e50b33ddff98e18f1c8a18d0 Mon Sep 17 00:00:00 2001
37dfca
From: Xiao Ni <xni@redhat.com>
37dfca
Date: Thu, 24 Feb 2022 11:37:34 +0800
37dfca
Subject: [PATCH 1/1] Revert "mdadm: fix coredump of mdadm --monitor -r"
37dfca
37dfca
This reverts commit 546047688e1c64638f462147c755b58119cabdc8.
37dfca
37dfca
This is a rhel ony patch. We have sent patch to upstream. But
37dfca
it hasn't been merged. We will remove this patch once upstream
37dfca
merges our patch.
37dfca
37dfca
Signed-off-by: Xiao Ni <xni@redhat.com>
37dfca
---
37dfca
 ReadMe.c | 6 +++---
37dfca
 1 file changed, 3 insertions(+), 3 deletions(-)
37dfca
37dfca
diff --git a/ReadMe.c b/ReadMe.c
37dfca
index 81399765..ee457a54 100644
37dfca
--- a/ReadMe.c
37dfca
+++ b/ReadMe.c
37dfca
@@ -81,11 +81,11 @@ char Version[] = "mdadm - v" VERSION " - " VERS_DATE EXTRAVERSION "\n";
37dfca
  *     found, it is started.
37dfca
  */
37dfca
 
37dfca
-char short_options[]="-ABCDEFGIQhVXYWZ:vqbc:i:l:p:m:r:n:x:u:c:d:z:U:N:safRSow1tye:k";
37dfca
+char short_options[]="-ABCDEFGIQhVXYWZ:vqbc:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:k:";
37dfca
 char short_bitmap_options[]=
37dfca
-		"-ABCDEFGIQhVXYWZ:vqb:c:i:l:p:m:r:n:x:u:c:d:z:U:N:sarfRSow1tye:k:";
37dfca
+		"-ABCDEFGIQhVXYWZ:vqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:k:";
37dfca
 char short_bitmap_auto_options[]=
37dfca
-		"-ABCDEFGIQhVXYWZ:vqb:c:i:l:p:m:r:n:x:u:c:d:z:U:N:sa:rfRSow1tye:k:";
37dfca
+		"-ABCDEFGIQhVXYWZ:vqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sa:rfRSow1tye:k:";
37dfca
 
37dfca
 struct option long_options[] = {
37dfca
     {"manage",    0, 0, ManageOpt},
37dfca
-- 
37dfca
2.31.1
37dfca