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 1b9cd6c0..449760a0 100644
|
||
|
--- a/libmultipath/io_err_stat.c
|
||
|
+++ b/libmultipath/io_err_stat.c
|
||
|
@@ -89,7 +89,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
|
||
|
|