From: Sean Hefty Date: Wed, 8 Aug 2012 04:25:05 +0000 (-0700) Subject: rename X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=96da577adad149dc8a8962830f69ca2b343818d0;p=~shefty%2Flibrdmacm.git rename --- diff --git a/meta b/meta index 538404d1..93e0e8fd 100644 --- a/meta +++ b/meta @@ -1,12 +1,12 @@ Version: 1 -Previous: d6ee8b54e97dc4e8cb96e0ed417953cc365c54fb +Previous: 05291ce16ba0e5fe13111d9c4852ffe6b351f214 Head: 85ba05d1f4426df2fbba1e84d2c073c2e88c56d2 Applied: real-close: 3409f8d6af187d25c63a5d1f8ee8bff5f14555e2 dup2: ca5813e7cf95dee5933fc417e4a34d26f2b01824 fstat: 07e07a6ee41d57eb20b3b71b1d8098408fc1de03 dbg-out: ffeea178a7bed542f8f035ac0d4884dfdea63026 - oobonline: 85ba05d1f4426df2fbba1e84d2c073c2e88c56d2 + oobinline: 85ba05d1f4426df2fbba1e84d2c073c2e88c56d2 Unapplied: dbg: 0c269855776d3001e37da8c8afe283c20e1d6cd6 waitall-buggy: c49c6b56c55385774065f5aa2704078e6ae0ceb8 diff --git a/patches/oobinline b/patches/oobinline new file mode 100644 index 00000000..07eede36 --- /dev/null +++ b/patches/oobinline @@ -0,0 +1,15 @@ +Bottom: 50835e142dc27f9d7b745b34a0d7c1416c75a0b7 +Top: 50835e142dc27f9d7b745b34a0d7c1416c75a0b7 +Author: Sean Hefty +Date: 2012-08-07 21:25:00 -0700 + +rsockets: Support SO_OOBINLINE + +We don't support urgent data, so just return success. + +Signed-off-by: Sean Hefty + + +--- + + diff --git a/patches/oobonline b/patches/oobonline deleted file mode 100644 index 07eede36..00000000 --- a/patches/oobonline +++ /dev/null @@ -1,15 +0,0 @@ -Bottom: 50835e142dc27f9d7b745b34a0d7c1416c75a0b7 -Top: 50835e142dc27f9d7b745b34a0d7c1416c75a0b7 -Author: Sean Hefty -Date: 2012-08-07 21:25:00 -0700 - -rsockets: Support SO_OOBINLINE - -We don't support urgent data, so just return success. - -Signed-off-by: Sean Hefty - - ---- - -