ctdbd: call tdb_reopen_all() in freeze child.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 21 Mar 2011 02:37:17 +0000 (13:07 +1030)
committerRonnie Sahlberg <sahlberg@lenovo-laptop.(none)>
Mon, 21 Mar 2011 02:58:02 +0000 (13:58 +1100)
commit1e30004f0c63572d721a2c2f53d8a6bccdb5ec45
tree4c879c16b63cd5f2019715a2374cc98e3d57fe6c
parent24d7910be90df164255b7181ee2e2a086b04f396
ctdbd: call tdb_reopen_all() in freeze child.

In theory, the ctdbd parent shouldn't be holding any locks, but it's a good
idea to always call tdb_reopen_all() after a fork().
server/ctdb_freeze.c