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

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