summaryrefslogtreecommitdiffstats
path: root/directio_message_cleanup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'directio_message_cleanup.patch')
-rw-r--r--directio_message_cleanup.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/directio_message_cleanup.patch b/directio_message_cleanup.patch
deleted file mode 100644
index 8fb9397..0000000
--- a/directio_message_cleanup.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: multipath-tools-090724/libmultipath/checkers/directio.c
-===================================================================
---- multipath-tools-090724.orig/libmultipath/checkers/directio.c
-+++ multipath-tools-090724/libmultipath/checkers/directio.c
-@@ -148,10 +148,11 @@ check_state(int fd, struct directio_cont
- }
- ct->running++;
-
-+ errno = 0;
- r = io_getevents(ct->ioctx, 1L, 1L, &event, &timeout);
-
- if (r < 0 ) {
-- LOG(3, "async io getevents returned %li (errno=%s)", r,
-+ LOG(3, "async io getevents returned %li (%s)", r,
- strerror(errno));
- rc = PATH_UNCHECKED;
- } else if (r < 1L) {