]> 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)
commitca1287936b99917c0e875d29eab7b8e4f42808fd
tree3cd43443c529a75788e6b291b95810967935c06e
parent4b99e10f2cfe4231c27b40490cd90164ae0bbb04
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