Commit b6b9bb0c authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

files: Drop unused FDINFO_POOL_SIZE

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4ececa09
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#define FDESC_HASH_SIZE 64 #define FDESC_HASH_SIZE 64
static struct list_head file_desc_hash[FDESC_HASH_SIZE]; static struct list_head file_desc_hash[FDESC_HASH_SIZE];
#define FDINFO_POOL_SIZE (4 * 4096)
int prepare_shared_fdinfo(void) int prepare_shared_fdinfo(void)
{ {
int i; int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment