]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Wed, 1 Aug 2012 23:26:11 +0000 (16:26 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 1 Aug 2012 23:26:11 +0000 (16:26 -0700)
meta
patches/real-close [new file with mode: 0644]

diff --git a/meta b/meta
index 00e16cb4d4016c3ac0f7affc2d21b51f6f7011ed..ef73476b6255ee78b1d8feb790bfaddd56f44469 100644 (file)
--- a/meta
+++ b/meta
@@ -1,7 +1,8 @@
 Version: 1
-Previous: f603404a9dbf19518876fedd08521664723bc46a
-Head: b8f3b02178571b9db3f31520c49b85c0fdc4bf65
+Previous: f25c4f07d1c5a8f63b65e3fd6a0b326006a18977
+Head: 1f27d8419b7b2503f997c75c64a548050e0d5712
 Applied:
+  real-close: 1f27d8419b7b2503f997c75c64a548050e0d5712
 Unapplied:
   dup2: bb9d29b2fc3c8906fcc7a0b205e9130a60fc16f2
   dbg: 0c269855776d3001e37da8c8afe283c20e1d6cd6
diff --git a/patches/real-close b/patches/real-close
new file mode 100644 (file)
index 0000000..ab8e7dd
--- /dev/null
@@ -0,0 +1,18 @@
+Bottom: d24dd0fae6823a86b3a40de76ff29ff00831ae09
+Top:    d24dd0fae6823a86b3a40de76ff29ff00831ae09
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-08-01 16:26:11 -0700
+
+rspreload: Call real.close in fd_close
+
+The index into the preload lookup table is obtained by opening
+/dev/null and use the returned value.  When closing the file,
+use the real close call and not the preload close call.  This
+is a minor optimization, but clarifies the expected operation.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+