[CRIU] [PATCH 3/7] files: Drop unused FDINFO_POOL_SIZE

Cyrill Gorcunov gorcunov at openvz.org
Thu Aug 23 04:48:12 EDT 2012


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 files.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/files.c b/files.c
index fd50afc..aa7ea3f 100644
--- a/files.c
+++ b/files.c
@@ -30,8 +30,6 @@
 #define FDESC_HASH_SIZE	64
 static struct list_head file_desc_hash[FDESC_HASH_SIZE];
 
-#define FDINFO_POOL_SIZE	(4 * 4096)
-
 int prepare_shared_fdinfo(void)
 {
 	int i;
-- 
1.7.7.6



More information about the CRIU mailing list