summaryrefslogtreecommitdiffstats
path: root/0050-RHBZ-595400-fix-checker-tmo.patch
diff options
context:
space:
mode:
Diffstat (limited to '0050-RHBZ-595400-fix-checker-tmo.patch')
-rw-r--r--0050-RHBZ-595400-fix-checker-tmo.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/0050-RHBZ-595400-fix-checker-tmo.patch b/0050-RHBZ-595400-fix-checker-tmo.patch
deleted file mode 100644
index d0c7308..0000000
--- a/0050-RHBZ-595400-fix-checker-tmo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- libmultipath/discovery.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: multipath-tools/libmultipath/discovery.c
-===================================================================
---- multipath-tools.orig/libmultipath/discovery.c
-+++ multipath-tools/libmultipath/discovery.c
-@@ -174,7 +174,7 @@ sysfs_get_timeout(struct sysfs_device *d
- if (safe_sprintf(attr_path, "%s/device", dev->devpath))
- return 1;
-
-- attr = sysfs_attr_get_value(dev->devpath, "timeout");
-+ attr = sysfs_attr_get_value(attr_path, "timeout");
- if (!attr)
- return 1;
-