don't use mmap in tdb if --nosetsched is set. That makes valgrind
authorAndrew Tridgell <tridge@samba.org>
Fri, 4 Jul 2008 07:32:21 +0000 (17:32 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 4 Jul 2008 07:32:21 +0000 (17:32 +1000)
commitf3a729998ce67f5d2e3b2ad41d96e8f04c0d18d8
tree2ad94ae997a4d93b260db40935902fcb3d3e5ba8
parentababd8aba2f9c13aaa1b623b8a76c2f98bb94dd4
don't use mmap in tdb if --nosetsched is set. That makes valgrind
happier (it doesn't like the mmap/msync calls in tdb)
client/ctdb_client.c
server/ctdb_ltdb_server.c
server/ctdb_recoverd.c