public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* dlm: master - libdlm: uncomment the NEWEXCL flag
@ 2009-01-13 21:36 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2009-01-13 21:36 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=5e88fbc546bdd915f430e1fe7cf89445baeb804b
Commit:        5e88fbc546bdd915f430e1fe7cf89445baeb804b
Parent:        49b55f2fd8a6f40fdf770be0e939a51bf17390f8
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:35:31 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
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-13 21:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-13 21:36 dlm: master - libdlm: uncomment the NEWEXCL flag David Teigland

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 read-only IMAP folder(s) and NNTP newsgroup(s).