]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Thu, 19 Jul 2012 21:22:04 +0000 (14:22 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 19 Jul 2012 21:22:04 +0000 (14:22 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index b199b5e64ab1ab32c332797f86295320f27f7c9e..8850cb2b9ffa71a745366e40f22a015d144d19f2 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,10 @@
 Version: 1
-Previous: 7d3fc0cbd003158172b788aa79439a4ae7c83d48
-Head: 6972e479f8b886ca4577de6c4ca30e1f9cbc660d
+Previous: 97e9d18e97207324b9575bd39f61fa01a433a544
+Head: e63e19001e9681a7dffabb7109113690fca7c989
 Applied:
   rm-ib-var: 63a728f303f78348ad9727c46ac3e271197dace4
   cma-rm-pd: 6972e479f8b886ca4577de6c4ca30e1f9cbc660d
+  refresh-temp: e63e19001e9681a7dffabb7109113690fca7c989
 Unapplied:
   transpose: c6f28dc048728ed30f1b57b6dcfd114ab62e5dde
   fork: 7e54bf6ca1d3f328bfcf9b4c0153c8f3f9fa3afa
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..9b442a4
--- /dev/null
@@ -0,0 +1,21 @@
+Bottom: 95b121ec32dc0d0d10c0de528bba1ae1ed0075b1
+Top:    c8846aeda5a7df646fc7288b1944956da799963f
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-07-19 14:22:04 -0700
+
+Refresh of cma-rm-pd
+
+---
+
+diff --git a/src/cma.c b/src/cma.c
+index 65b52bf..5280620 100755
+--- a/src/cma.c
++++ b/src/cma.c
+@@ -123,7 +123,6 @@ static int cma_dev_cnt;
+ static pthread_mutex_t mut = PTHREAD_MUTEX_INITIALIZER;
+ static int abi_ver = RDMA_USER_CM_MAX_ABI_VERSION;
+ int af_ib_support;
+-static int verbs_refcnt;
+ #define container_of(ptr, type, field) \
+       ((type *) ((void *)ptr - offsetof(type, field)))