Blame SOURCES/0053-libmultipath-make-find_err_path_by_dev-static.patch

05be62
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
05be62
From: Benjamin Marzinski <bmarzins@redhat.com>
05be62
Date: Thu, 14 Jan 2021 20:20:22 -0600
05be62
Subject: [PATCH] libmultipath: make find_err_path_by_dev() static
05be62
05be62
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
05be62
Reviewed-by: Martin Wilck <mwilck@suse.com>
05be62
---
05be62
 libmultipath/io_err_stat.c | 2 +-
05be62
 1 file changed, 1 insertion(+), 1 deletion(-)
05be62
05be62
diff --git a/libmultipath/io_err_stat.c b/libmultipath/io_err_stat.c
05be62
index 1b9cd6c0..449760a0 100644
05be62
--- a/libmultipath/io_err_stat.c
05be62
+++ b/libmultipath/io_err_stat.c
05be62
@@ -89,7 +89,7 @@ static void rcu_unregister(__attribute__((unused)) void *param)
05be62
 	rcu_unregister_thread();
05be62
 }
05be62
 
05be62
-struct io_err_stat_path *find_err_path_by_dev(vector pathvec, char *dev)
05be62
+static struct io_err_stat_path *find_err_path_by_dev(vector pathvec, char *dev)
05be62
 {
05be62
 	int i;
05be62
 	struct io_err_stat_path *pp;
05be62
-- 
05be62
2.17.2
05be62