summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_util.c
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-06-10 17:00:38 +1000
committerMartin Schwenke <martins@samba.org>2014-06-12 05:40:10 +0200
commit8c8ef5640e17c1acbda99921277a41442bcc4801 (patch)
treee73be857f5a77363cd115cf2fc672a22fc109970 /ctdb/common/ctdb_util.c
parent22f71579a46203236bb6ec7e5bef3b2151700898 (diff)
downloadsamba-8c8ef5640e17c1acbda99921277a41442bcc4801.tar.gz
samba-8c8ef5640e17c1acbda99921277a41442bcc4801.tar.xz
samba-8c8ef5640e17c1acbda99921277a41442bcc4801.zip
ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memory
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/common/ctdb_util.c')
-rw-r--r--ctdb/common/ctdb_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/ctdb_util.c b/ctdb/common/ctdb_util.c
index bbaa5ae218..94051a4818 100644
--- a/ctdb/common/ctdb_util.c
+++ b/ctdb/common/ctdb_util.c
@@ -406,7 +406,7 @@ unsigned ctdb_addr_to_port(ctdb_sock_addr *addr)
/* we don't lock future pages here; it would increase the chance that
* we'd fail to mmap later on. */
-void ctdb_lockdown_memory(bool valgrinding)
+void lockdown_memory(bool valgrinding)
{
#if defined(HAVE_MLOCKALL) && !defined(_AIX_)
/* Extra stack, please! */