Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f01963f2648cfd708ee8d521b3737cfa55ea8795
Commit:     f01963f2648cfd708ee8d521b3737cfa55ea8795
Parent:     b9af8a788ade3435b53667873774b5366cf73f58
Author:     Steven Whitehouse <[EMAIL PROTECTED]>
AuthorDate: Mon Apr 2 10:03:24 2007 +0100
Committer:  Steven Whitehouse <[EMAIL PROTECTED]>
CommitDate: Tue May 1 09:11:05 2007 +0100

    [GFS2] Set drop_count to 0 (off) by default
    
    This sets the drop_count to 0 by default which is a better default
    for most people.
    
    Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>
---
 fs/gfs2/locking/dlm/lock_dlm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h
index 6888bd4..d074c6e 100644
--- a/fs/gfs2/locking/dlm/lock_dlm.h
+++ b/fs/gfs2/locking/dlm/lock_dlm.h
@@ -36,7 +36,7 @@
 
 #define GDLM_STRNAME_BYTES     24
 #define GDLM_LVB_SIZE          32
-#define GDLM_DROP_COUNT                200000
+#define GDLM_DROP_COUNT                0
 #define GDLM_DROP_PERIOD       60
 #define GDLM_NAME_LEN          128
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to