diff options
| author | Benjamin Marzinski <bmarzins@redhat.com> | 2012-01-24 10:35:54 -0600 |
|---|---|---|
| committer | Benjamin Marzinski <bmarzins@redhat.com> | 2012-01-24 10:35:54 -0600 |
| commit | a1478bc1bcf95fdd3feae2e0405b135ff4cc7954 (patch) | |
| tree | 93e2e38a1eca0fc42a77cc3c3c9c243dc4724a68 /0060-RHBZ-606420-fix-remove-map.patch | |
| parent | 8d4103df73b8946c3ec54449737e84e21db9ce63 (diff) | |
Updated to latest upstream 0.4.9 code : multipath-tools-120123.tgz
(git commit id: 63704387009443bdb37d9deaaafa9ab121d45bfb)
Add 0001-RH-fix-async-tur.patch
Add 0002-RH-dont_start_with_no_config.patch
Add 0003-RH-multipath.rules.patch
Add 0004-RH-update-init-script.patch
Add 0005-RH-cciss_id.patch
Add 0006-RH-Make-build-system-RH-Fedora-friendly.patch
Add 0007-RH-multipathd-blacklist-all-by-default.patch
Add 0008-RH-add-mpathconf.patch
Add 0009-RH-add-find-multipaths.patch
Add 0010-RH-check-if-multipath-owns-path.patch
Add 0011-RH-add-hp_tur-checker.patch
Diffstat (limited to '0060-RHBZ-606420-fix-remove-map.patch')
| -rw-r--r-- | 0060-RHBZ-606420-fix-remove-map.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/0060-RHBZ-606420-fix-remove-map.patch b/0060-RHBZ-606420-fix-remove-map.patch deleted file mode 100644 index 5670011..0000000 --- a/0060-RHBZ-606420-fix-remove-map.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- multipath-tools/multipathd/main.c 2010-06-18 09:44:59.000000000 +0200 -+++ multipath-tools.new/multipathd/main.c 2010-06-18 10:21:41.000000000 +0200 -@@ -317,11 +317,9 @@ ev_remove_map (char * devname, struct ve - if (!mpp) { - condlog(2, "%s: devmap not registered, can't remove", - devname); -- return 0; -+ return 1; - } -- flush_map(mpp, vecs); -- -- return 0; -+ return flush_map(mpp, vecs); - } - - static int |
