From: Steven Whitehouse Date: Mon, 2 Apr 2007 09:03:24 +0000 (+0100) Subject: [GFS2] Set drop_count to 0 (off) by default X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f01963f2648cfd708ee8d521b3737cfa55ea8795;p=linux-beck.git [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 --- diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h index 6888bd49c31b..d074c6e6f9bf 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