]> 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)
commit2e086a73458aa174ea074fbe95cd690d0df3e192
tree5846045fc5d53eef309f627ae6cd06b6548f5c69
parent7091e7e9f86302b6356c11de029dbe98df5a71c9
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