1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-27 08:23:49 +03:00

r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use

a customer hash function for this tdb (yes it does make a difference
on benchmarks). Remove the no longer used hash.c code.
Jeremy.
This commit is contained in:
Jeremy Allison
2004-08-24 22:48:49 +00:00
committed by Gerald (Jerry) Carter
parent bf8773b094
commit 3fbadac85b
7 changed files with 100 additions and 493 deletions

View File

@@ -760,7 +760,6 @@ extern int errno;
#include "nt_status.h"
#include "ads.h"
#include "interfaces.h"
#include "hash.h"
#include "trans2.h"
#include "nterr.h"
#include "ntioctl.h"