]> git.sur5r.net Git - bacula/bacula/commit
Flush mntent cache on exit.
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 14 Nov 2011 15:51:46 +0000 (16:51 +0100)
committerMarco van Wieringen <mvw@planets.elm.net>
Tue, 15 Nov 2011 10:11:21 +0000 (11:11 +0100)
commit806d2ba4d14d416dd37ab5a949380824ee01a3f5
tree9a2a5fc70f0a524ec969d62b3ce0fe9a9859a4d9
parent4f266fc3eed484ef6a67f7e31005289e5ba55e45
Flush mntent cache on exit.

Any daemon that uses fstype should call the flush_mntent_cache
function as the fstype on Linux and OSF1 uses the mntent cache
for mountpoint lookups.
bacula/src/filed/filed.c
bacula/src/lib/mntent_cache.c
bacula/src/lib/mntent_cache.h
bacula/src/tools/fstype.c
bacula/src/tools/testfind.c