s3:memcache: remove the idmap-part from memcache
authorMichael Adam <obnox@samba.org>
Fri, 20 Apr 2012 08:56:58 +0000 (10:56 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 20 Apr 2012 21:17:36 +0000 (23:17 +0200)
This was useful before the idmap cache was moved to gencache.
Nowadays it is available to smbd through gencache, so we
can remove the extra caching layer.

source3/include/memcache.h

index 0a596b91a52b2bb2acb70c7c35659655bdce37cd..e0ac4afdf71eeda7737431500efeedfd8531da2c 100644 (file)
@@ -35,10 +35,6 @@ struct memcache;
 
 enum memcache_number {
        STAT_CACHE,
-       UID_SID_CACHE,
-       SID_UID_CACHE,
-       GID_SID_CACHE,
-       SID_GID_CACHE,
        GETWD_CACHE,
        GETPWNAM_CACHE,         /* talloc */
        MANGLE_HASH2_CACHE,