diff options
author | Volker Lendecke <vl@samba.org> | 2014-03-10 15:41:32 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-03-11 19:56:46 +0100 |
commit | 8c01dbc0586d89f974f08a30f7c7a8ed4f7f7813 (patch) | |
tree | c3b7b2a030caceb517408a3f40fcdc742d4814ab /source3/include/memcache.h | |
parent | 80e5ae1cefd86397200c4e322c93a89efcd6bad8 (diff) | |
download | samba-8c01dbc0586d89f974f08a30f7c7a8ed4f7f7813.tar.gz samba-8c01dbc0586d89f974f08a30f7c7a8ed4f7f7813.tar.xz samba-8c01dbc0586d89f974f08a30f7c7a8ed4f7f7813.zip |
gencache: Add gencache values to memcache
gencache_parse calling tdb shows up in profiles when we do a lot of open/close
traffic with large ACLs. For every file we convert unix ids to sids, and in the
domain member case this goes through gencache.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Mar 11 19:56:47 CET 2014 on sn-devel-104
Diffstat (limited to 'source3/include/memcache.h')
-rw-r--r-- | source3/include/memcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/memcache.h b/source3/include/memcache.h index 9362483cea..d5a03763bd 100644 --- a/source3/include/memcache.h +++ b/source3/include/memcache.h @@ -35,6 +35,7 @@ struct memcache; enum memcache_number { STAT_CACHE, + GENCACHE_RAM, GETWD_CACHE, GETPWNAM_CACHE, /* talloc */ MANGLE_HASH2_CACHE, |