diff options
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch')
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch b/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch index 4b24bd2d35..a578280491 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From bb6db01cc19940bb5162c1cc0c9b5f8e4c209822 Mon Sep 17 00:00:00 2001 | 1 | From e3449e163d7fe9bf1e188f0e28962f0659e9652d Mon Sep 17 00:00:00 2001 |
2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
3 | Date: Fri, 1 Mar 2024 10:34:06 +0800 | 3 | Date: Fri, 1 Mar 2024 10:34:06 +0800 |
4 | Subject: [PATCH 02/12] RH: Remove the property blacklist exception builtin | 4 | Subject: [PATCH] RH: Remove the property blacklist exception builtin |
5 | 5 | ||
6 | Multipath set the default property blacklist exceptions to | 6 | Multipath set the default property blacklist exceptions to |
7 | (ID_SCSI_VPD|ID_WWN). This has the effect of blacklisting some internal | 7 | (ID_SCSI_VPD|ID_WWN). This has the effect of blacklisting some internal |
@@ -13,21 +13,19 @@ it. | |||
13 | 13 | ||
14 | Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com> | 14 | Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com> |
15 | 15 | ||
16 | Upsteam-Status: Pending | 16 | Upstream-Status: Pending |
17 | 17 | ||
18 | [OP: Rebase to 0.9.3] | 18 | [OP: Rebase to 0.9.3] |
19 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | 19 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> |
20 | 20 | ||
21 | Rebase to 0.9.8 | 21 | Rebase to 0.9.8 |
22 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 22 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
23 | |||
24 | Upstream-Status: Pending | ||
25 | --- | 23 | --- |
26 | libmultipath/blacklist.c | 16 +++++----------- | 24 | libmultipath/blacklist.c | 16 +++++----------- |
27 | 1 file changed, 5 insertions(+), 11 deletions(-) | 25 | 1 file changed, 5 insertions(+), 11 deletions(-) |
28 | 26 | ||
29 | diff --git a/libmultipath/blacklist.c b/libmultipath/blacklist.c | 27 | diff --git a/libmultipath/blacklist.c b/libmultipath/blacklist.c |
30 | index 75100b20..4fdaca76 100644 | 28 | index 17e1b54a..2cfb18b8 100644 |
31 | --- a/libmultipath/blacklist.c | 29 | --- a/libmultipath/blacklist.c |
32 | +++ b/libmultipath/blacklist.c | 30 | +++ b/libmultipath/blacklist.c |
33 | @@ -221,15 +221,6 @@ setup_default_blist (struct config * conf) | 31 | @@ -221,15 +221,6 @@ setup_default_blist (struct config * conf) |