This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - libdlm: uncomment the NEWEXCL flag


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=8fed394b6de5a77781286c33da414f98d6e617d7
Commit:        8fed394b6de5a77781286c33da414f98d6e617d7
Parent:        ec6cf6b7768214b5f380ea42b0c2508b6d668e96
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Tue Jan 13 15:33:21 2009 -0600
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Tue Jan 13 15:33:21 2009 -0600

libdlm: uncomment the NEWEXCL flag

This should have been part of commit
f4fcaad172669a2a5fac9bf9c88578f413fe9232
"Use the DLM_LSFL_NEWEXCL flag that was added in 2.6.28."

Signed-off-by: David Teigland <teigland@redhat.com>
---
 dlm/libdlm/libdlm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlm/libdlm/libdlm.h b/dlm/libdlm/libdlm.h
index c1cdf9b..8f977b5 100644
--- a/dlm/libdlm/libdlm.h
+++ b/dlm/libdlm/libdlm.h
@@ -36,7 +36,7 @@ struct dlm_lksb {
 #define DLM_LSFL_NODIR          0x00000001
 #define DLM_LSFL_TIMEWARN       0x00000002
 #define DLM_LSFL_FS             0x00000004
-/* #define DLM_LSFL_NEWEXCL        0x00000008 (expected in 2.6.28-rc) */
+#define DLM_LSFL_NEWEXCL        0x00000008
 
 #endif
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]