lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() should...
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Jan 2009 09:54:12 +0000 (10:54 +0100)
committerTim Prouty <tprouty@samba.org>
Wed, 25 Feb 2009 21:57:11 +0000 (13:57 -0800)
commite17df483fbedb81aededdef5fbb6ae1d034bc2dd
treedf23958d3f10c89b3ce72af20fb9a7a8885b68dd
parent95e428e2279b706ac590ffb964fda07fd1ee2200
lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() should be a noop

The reason for tdb_reopen_all() is that the seek pointer on fds are shared between
parent and child.

metze
lib/tdb/common/open.c