From ca8a3205f89ebbffdd54ae39262cd792e0bacc21 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Apr 2012 08:02:14 +0200 Subject: removed PgFuseFile (bad local data structure!), use FUSE file context wherever possible. Will make transition to multi-threading much easier.. --- config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 32c4f3a..d0ffaef 100644 --- a/config.h +++ b/config.h @@ -26,11 +26,6 @@ #define STANDARD_BLOCK_SIZE 512 -/* maximal number of open files, may vary as there may be hashtable - * collitions. Must be a prime */ - -#define MAX_NOF_OPEN_FILES 257 - /* maximum size of a file, rather arbitrary, 2^31 is a current implementation * limit, before fixing this, the storing and efficiency has to be rethought * anyway.. */ -- cgit v1.2.3-54-g00ecf