summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_tunables.c
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-07-19 16:50:43 +1000
committerAmitay Isaacs <amitay@samba.org>2016-07-25 21:29:41 +0200
commitd5e4a7abdcb624f8eb2f8a404a4ce627044182e5 (patch)
treeafe808cc5b49e8aba962f3e7e3f39db5ebe65266 /ctdb/server/ctdb_tunables.c
parentdf9c801c048a0013b2e7b68ebbacb8989d1f43d1 (diff)
downloadsamba-d5e4a7abdcb624f8eb2f8a404a4ce627044182e5.tar.gz
ctdb-locking: Drop code for Samba 3.x compatibility
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/server/ctdb_tunables.c')
-rw-r--r--ctdb/server/ctdb_tunables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c
index 9c1e4a9d8e1..1e86151dc76 100644
--- a/ctdb/server/ctdb_tunables.c
+++ b/ctdb/server/ctdb_tunables.c
@@ -90,7 +90,7 @@ static const struct {
{ "DBSizeWarn", 100000000, offsetof(struct ctdb_tunable_list, db_size_warn), false },
{ "PullDBPreallocation", 10*1024*1024, offsetof(struct ctdb_tunable_list, pulldb_preallocation_size), false },
{ "NoIPHostOnAllDisabled", 0, offsetof(struct ctdb_tunable_list, no_ip_host_on_all_disabled), false },
- { "Samba3AvoidDeadlocks", 0, offsetof(struct ctdb_tunable_list, samba3_hack), false },
+ { "Samba3AvoidDeadlocks", 0, offsetof(struct ctdb_tunable_list, samba3_hack), true },
{ "TDBMutexEnabled", 0, offsetof(struct ctdb_tunable_list, mutex_enabled), false },
{ "LockProcessesPerDB", 200, offsetof(struct ctdb_tunable_list, lock_processes_per_db), false },
{ "RecBufferSizeLimit", 1000000, offsetof(struct ctdb_tunable_list, rec_buffer_size_limit), false },