summaryrefslogtreecommitdiffstats
path: root/0097-RHBZ-697386-fix-shutdown-crash.patch
diff options
context:
space:
mode:
Diffstat (limited to '0097-RHBZ-697386-fix-shutdown-crash.patch')
-rw-r--r--0097-RHBZ-697386-fix-shutdown-crash.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/0097-RHBZ-697386-fix-shutdown-crash.patch b/0097-RHBZ-697386-fix-shutdown-crash.patch
deleted file mode 100644
index 7faa7a9..0000000
--- a/0097-RHBZ-697386-fix-shutdown-crash.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- multipathd/main.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-Index: multipath-tools/multipathd/main.c
-===================================================================
---- multipath-tools.orig/multipathd/main.c
-+++ multipath-tools/multipathd/main.c
-@@ -1155,6 +1155,8 @@ checkerloop (void *ap)
- block_signal(SIGHUP, &old);
- pthread_cleanup_push(cleanup_lock, &vecs->lock);
- lock(vecs->lock);
-+ /* check to see if we are exiting */
-+ pthread_testcancel();
- condlog(4, "tick");
-
- if (vecs->pathvec) {