]> 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)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:13 +0000 (14:50 +0200)
commit1a20af81b2614f0e7ac940f39f25cc4cdb9781d4
treec9ea5144242178cc24d283027915c8f824444c28
parentd7a5174861eb0cfe944c28d70e749472b3313143
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