]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Tue, 16 Nov 2010 00:48:33 +0000 (16:48 -0800)
committerSean Hefty <sean.hefty@intel.com>
Tue, 16 Nov 2010 00:48:33 +0000 (16:48 -0800)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 37d1bf8c0f6e2a9673365481172bf80d37a7a51d..3fdd0b95e93147c66a558d1a41369ea273889a85 100644 (file)
--- a/meta
+++ b/meta
@@ -1,11 +1,12 @@
 Version: 1
-Previous: 035bae79ec09c68a7501b2091cb19734ef738458
-Head: 2e94f39a37bce0c467bace1934fdfc246920b50f
+Previous: 2fdfc0515ffd5c9a96ca682188f5aa7830afaee5
+Head: 87b79371fb5e172202f6e07950506bac718d1aa6
 Applied:
   acm_snoop: 6d9b27b37026f9090ad55a36f26814f90f3772dd
   log_lid: 6ac592a74d5289b4800c84ef8c20e8ff3f2f263e
   logging: 4ca254f3d8fda6ae709f0c38461f75b9677fa5df
   dest_string: 2e94f39a37bce0c467bace1934fdfc246920b50f
+  refresh-temp: 87b79371fb5e172202f6e07950506bac718d1aa6
 Unapplied:
   loopback: 8c3473645ff2d6097b6a9c351a726ea48c1d8165
 Hidden:
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..99d3c91
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: b021b7eea3776c2bdf94df82c8c4791a53d7eb81
+Top:    7016809193bd8e087d1be6810d2a754691fc0fb3
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-11-15 16:48:33 -0800
+
+Refresh of dest_string
+
+---
+
+diff --git a/src/acm.c b/src/acm.c
+index 766a291..ced1e4a 100644
+--- a/src/acm.c
++++ b/src/acm.c
+@@ -277,8 +277,6 @@ static int acm_compare_dest(const void *dest1, const void *dest2)
+ static void
+ acm_init_dest(struct acm_dest *dest, uint8_t addr_type, uint8_t *addr, size_t size)
+ {
+-      struct ibv_path_record *path;
+-
+       memcpy(dest->address, addr, size);
+       dest->addr_type = addr_type;
+       DListInit(&dest->req_queue);