]> git.sur5r.net Git - bacula/bacula/commit
Change locking scheme of the mountpoint cache.
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 12 Nov 2011 08:59:54 +0000 (09:59 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:13 +0000 (14:50 +0200)
commitc2b406782a1ed0fc15a3add622dc6a38abcaa451
treee478808bb12022fb11232fc5e4fe713a10303e20
parent845d411495e59b0206e1f440df8f4d71283539a2
Change locking scheme of the mountpoint cache.

We now lock the mount cache from the moment a caller enters
find_mntent_mapping. This way we know for sure no one can
be tampering our structures until we finish. As flush_mntent_cache
is not called from the outside and now is a function which needs
the lock hold we remove it as an external interface.
bacula/src/lib/mntent_cache.c
bacula/src/lib/mntent_cache.h