Changeset 3025


Ignore:
Timestamp:
Jun 3, 2010, 11:10:43 PM (14 years ago)
Author:
gdb
Message:

Updated openais debdiff to include XVM's patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/third/openais/openais_1.1.1-1~hardy1~invirt2.debdiff

    r3012 r3025  
    8282--- openais-1.1.1.orig/debian/patches/series
    8383+++ openais-1.1.1/debian/patches/series
    84 @@ -0,0 +1,5 @@
     84@@ -0,0 +1,6 @@
    8585+2098-fix-saCkptDispatch-deadlock
    8686+2099-fix-saTmrDispatch-deadlock
     
    8888+2101-fix-saClmDispatch-deadlock
    8989+2102-fix-saMsgDispatch-deadlock
     90+invirt_bump_locks
    9091only in patch2:
    9192unchanged:
     
    244245+                       res_clm_nodegetcallback = (struct res_clm_nodegetcallback *)dispatch_data;
    245246+                       marshall_from_mar_clm_cluster_node_t (
     247only in patch2:
     248unchanged:
     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.