From: lhh@sourceware.org <lhh@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/magma-plugins/sm sm.c
Date: 23 Apr 2007 18:24:45 -0000 [thread overview]
Message-ID: <20070423182445.4266.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL45
Changes by: lhh at sourceware.org 2007-04-23 19:24:44
Modified files:
magma-plugins/sm: sm.c
Log message:
Ancillary fix to bug #223907
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/magma-plugins/sm/sm.c.diff?cvsroot=cluster&only_with_tag=RHEL45&r1=1.9.2.11&r2=1.9.2.11.2.1
--- cluster/magma-plugins/sm/Attic/sm.c 2007/01/03 21:09:09 1.9.2.11
+++ cluster/magma-plugins/sm/Attic/sm.c 2007/04/23 18:24:44 1.9.2.11.2.1
@@ -36,7 +36,7 @@
#include <sys/select.h>
#include <sys/stat.h>
-#define MODULE_DESCRIPTION "CMAN/SM Plugin v1.1.7.3"
+#define MODULE_DESCRIPTION "CMAN/SM Plugin v1.1.7.4"
#define MODULE_AUTHOR "Lon Hohberger"
#define DLM_LS_NAME "Magma"
@@ -377,7 +377,8 @@
/* Check for existince of dlm control file so we don't
hang in dlm_acquire_lockspace */
- if (stat("/dev/dlm-control", &st) < 0)
+ if (stat("/dev/misc/dlm-control", &st) < 0 &&
+ stat("/dev/dlm-control", &st) < 0)
return -1;
if (p->sockfd >= 0)
next reply other threads:[~2007-04-23 18:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-23 18:24 lhh [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-04-23 18:25 [Cluster-devel] cluster/magma-plugins/sm sm.c lhh
2006-09-07 18:41 lhh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070423182445.4266.qmail@sourceware.org \
--to=lhh@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).