Changeset 3025
- Timestamp:
- Jun 3, 2010, 11:10:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/third/openais/openais_1.1.1-1~hardy1~invirt2.debdiff
r3012 r3025 82 82 --- openais-1.1.1.orig/debian/patches/series 83 83 +++ openais-1.1.1/debian/patches/series 84 @@ -0,0 +1, 5@@84 @@ -0,0 +1,6 @@ 85 85 +2098-fix-saCkptDispatch-deadlock 86 86 +2099-fix-saTmrDispatch-deadlock … … 88 88 +2101-fix-saClmDispatch-deadlock 89 89 +2102-fix-saMsgDispatch-deadlock 90 +invirt_bump_locks 90 91 only in patch2: 91 92 unchanged: … … 244 245 + res_clm_nodegetcallback = (struct res_clm_nodegetcallback *)dispatch_data; 245 246 + marshall_from_mar_clm_cluster_node_t ( 247 only in patch2: 248 unchanged: 249 --- openais-1.1.1.orig/debian/patches/invirt_bump_locks 250 +++ openais-1.1.1/debian/patches/invirt_bump_locks 251 @@ -0,0 +1,11 @@ 252 +--- a/include/ipc_lck.h 2010-05-29 17:05:43.000000000 -0400 253 ++++ b/include/ipc_lck.h 2010-05-29 17:06:22.000000000 -0400 254 +@@ -75,7 +75,7 @@ 255 + * can be obtained via the library call saLckLimitGet 256 + * by passing the appropriate limitId (see saLck.h). 257 + */ 258 +-#define LCK_MAX_NUM_LOCKS 4096 259 ++#define LCK_MAX_NUM_LOCKS 524288 260 + 261 + struct req_lib_lck_resourceopen { 262 + coroipc_request_header_t header __attribute__((aligned(8)));
Note: See TracChangeset
for help on using the changeset viewer.