diff options
| author | Benjamin Marzinski <bmarzins@fedoraproject.org> | 2009-07-29 22:54:07 +0000 |
|---|---|---|
| committer | Benjamin Marzinski <bmarzins@fedoraproject.org> | 2009-07-29 22:54:07 +0000 |
| commit | c7ea1a3b8dbfdeb2020d25e5d847a1bb8513081f (patch) | |
| tree | 7b7ba020c69a2e01f3dd2a0d26911d1b18b548d0 /fix_kpartx.patch | |
| parent | 39c08730f0e8e5f001c3f9dc3481b9f30eab24fb (diff) | |
Updated to latest upstream 0.4.9 code : multipath-tools-090729.tgz (git
commit id: d678c139719d5631194b50e49f16ca97162ecd0f) moved multipath
bindings file from /var/lib/multipath to /etc/multipath Fixed 354961,
432520
Diffstat (limited to 'fix_kpartx.patch')
| -rw-r--r-- | fix_kpartx.patch | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/fix_kpartx.patch b/fix_kpartx.patch index 8d12bc3..9d74354 100644 --- a/fix_kpartx.patch +++ b/fix_kpartx.patch @@ -1,6 +1,8 @@ ---- multipath-tools.old/kpartx/kpartx.c 2008-07-23 22:49:52.000000000 +0200 -+++ multipath-tools/kpartx/kpartx.c 2009-03-06 13:32:49.000000000 +0100 -@@ -474,6 +474,7 @@ main(int argc, char **argv){ +Index: multipath-tools-090724/kpartx/kpartx.c +=================================================================== +--- multipath-tools-090724.orig/kpartx/kpartx.c ++++ multipath-tools-090724/kpartx/kpartx.c +@@ -489,6 +489,7 @@ main(int argc, char **argv){ d = c; while (c) { for (j = 0; j < n; j++) { @@ -8,7 +10,7 @@ int k = slices[j].container - 1; if (slices[j].size == 0) -@@ -484,7 +485,7 @@ main(int argc, char **argv){ +@@ -499,7 +500,7 @@ main(int argc, char **argv){ continue; /* Skip all simple slices */ @@ -17,7 +19,7 @@ continue; /* Check container slice */ -@@ -499,10 +500,11 @@ main(int argc, char **argv){ +@@ -514,10 +515,11 @@ main(int argc, char **argv){ } strip_slash(partname); |
