From: Jeremy Allison Date: Mon, 8 Jul 2019 22:06:07 +0000 (-0700) Subject: s3: smbd: Remove now unused MAX_OPEN_DIRECTORIES define. X-Git-Tag: talloc-2.3.0~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab65fa9af0ba97fdc5f0e44eea9652212f0f7cd0;p=thirdparty%2Fsamba.git s3: smbd: Remove now unused MAX_OPEN_DIRECTORIES define. Signed-off-by: Jeremy Allison Reviewed-by: Andreas Schneider --- diff --git a/source3/include/local.h b/source3/include/local.h index b02ebd5a24c..89571acef1d 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -9,11 +9,6 @@ /* to a maximum of 8 if old smb clients break because of long printer names. */ #define MAXPRINTERLEN 15 -/* max number of directories open at once */ -/* note that with the new directory code this no longer requires a - file handle per directory, but large numbers do use more memory */ -#define MAX_OPEN_DIRECTORIES 256 - /* max number of directory handles */ /* As this now uses the bitmap code this can be quite large. */