summaryrefslogtreecommitdiffstats
path: root/0031-RHBZ-957188-kpartx-use-dm-name.patch
diff options
context:
space:
mode:
Diffstat (limited to '0031-RHBZ-957188-kpartx-use-dm-name.patch')
-rw-r--r--0031-RHBZ-957188-kpartx-use-dm-name.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/0031-RHBZ-957188-kpartx-use-dm-name.patch b/0031-RHBZ-957188-kpartx-use-dm-name.patch
new file mode 100644
index 0000000..282c517
--- /dev/null
+++ b/0031-RHBZ-957188-kpartx-use-dm-name.patch
@@ -0,0 +1,17 @@
+---
+ kpartx/kpartx.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: multipath-tools-130222/kpartx/kpartx.c
+===================================================================
+--- multipath-tools-130222.orig/kpartx/kpartx.c
++++ multipath-tools-130222/kpartx/kpartx.c
+@@ -348,7 +348,7 @@ main(int argc, char **argv){
+ if (delim == NULL) {
+ delim = malloc(DELIM_SIZE);
+ memset(delim, 0, DELIM_SIZE);
+- set_delimiter(device, delim);
++ set_delimiter(mapname, delim);
+ }
+
+ fd = open(device, O_RDONLY);