Blame SOURCES/0004-libmultipath-remove-unused-path-prio_args.patch

8444ee
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
8444ee
From: Benjamin Marzinski <bmarzins@redhat.com>
8444ee
Date: Tue, 5 Nov 2019 13:53:29 -0600
8444ee
Subject: [PATCH] libmultipath: remove unused path->prio_args
8444ee
8444ee
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
8444ee
---
8444ee
 libmultipath/structs.h | 1 -
8444ee
 1 file changed, 1 deletion(-)
8444ee
8444ee
diff --git a/libmultipath/structs.h b/libmultipath/structs.h
8444ee
index a3adf906..1c32a799 100644
8444ee
--- a/libmultipath/structs.h
8444ee
+++ b/libmultipath/structs.h
8444ee
@@ -272,7 +272,6 @@ struct path {
8444ee
 	char * uid_attribute;
8444ee
 	char * getuid;
8444ee
 	struct prio prio;
8444ee
-	char * prio_args;
8444ee
 	struct checker checker;
8444ee
 	struct multipath * mpp;
8444ee
 	int fd;
8444ee
-- 
8444ee
2.17.2
8444ee