1dad67a5af
Update Source to upstream version 0.8.5 plus post tag commits * Patches 0001-0102 are from https://github.com/openSUSE/multipath-tools/tree/queue and are already queued for upstream. Rename files * Previous patches 0059-0068 are now patches 0103-0111
28 lines
901 B
Diff
28 lines
901 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Date: Thu, 14 Jan 2021 20:20:22 -0600
|
|
Subject: [PATCH] libmultipath: make find_err_path_by_dev() static
|
|
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Reviewed-by: Martin Wilck <mwilck@suse.com>
|
|
---
|
|
libmultipath/io_err_stat.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libmultipath/io_err_stat.c b/libmultipath/io_err_stat.c
|
|
index 5363049d..2e48ee81 100644
|
|
--- a/libmultipath/io_err_stat.c
|
|
+++ b/libmultipath/io_err_stat.c
|
|
@@ -88,7 +88,7 @@ static void rcu_unregister(__attribute__((unused)) void *param)
|
|
rcu_unregister_thread();
|
|
}
|
|
|
|
-struct io_err_stat_path *find_err_path_by_dev(vector pathvec, char *dev)
|
|
+static struct io_err_stat_path *find_err_path_by_dev(vector pathvec, char *dev)
|
|
{
|
|
int i;
|
|
struct io_err_stat_path *pp;
|
|
--
|
|
2.17.2
|
|
|