forked from pool/ocfs2-tools
76184cf7b3
- Updated to 1.8.2 - o2cluster: change cluster stack stamped on ocfs2 filesystem - added man pages ocfs2, ocfs2.cluster.conf, o2hbmonitor - fsck: faster fsck times because of aio; progress - fix-indexed-dirs.patch: Fix corrupt indexed directories through fsck OBS-URL: https://build.opensuse.org/request/show/131534 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=40
14 lines
498 B
Diff
14 lines
498 B
Diff
Index: ocfs2-tools/libo2dlm/o2dlm.c
|
|
===================================================================
|
|
--- ocfs2-tools.orig/libo2dlm/o2dlm.c 2012-08-24 10:22:54.000000000 -0500
|
|
+++ ocfs2-tools/libo2dlm/o2dlm.c 2012-08-24 10:23:20.000000000 -0500
|
|
@@ -802,7 +802,7 @@ static errcode_t load_fsdlm(struct o2dlm
|
|
goto out;
|
|
}
|
|
|
|
- ctxt->ct_lib_handle = dlopen("libdlm_lt.so",
|
|
+ ctxt->ct_lib_handle = dlopen("libdlm_lt.so.3",
|
|
RTLD_NOW | RTLD_LOCAL);
|
|
if (!ctxt->ct_lib_handle)
|
|
goto out;
|