gtp: remove useless comment on tree / hashtable size

We already use a hashtable, the size is still hardcoded but that
should be easy to fix. I think the hashtable is just fine, no
need to add a rb-tree here.
This commit is contained in:
Pablo Neira Ayuso 2014-02-10 18:19:36 +01:00
parent 1f8f1b1ba3
commit bb8c47d957
1 changed files with 0 additions and 1 deletions

1
gtp.c
View File

@ -80,7 +80,6 @@ struct gtp_instance {
struct net_device *dev;
struct net_device *real_dev;
/* FIXME: hash / tree of pdp contexts */
unsigned int hash_size;
struct hlist_head *tid_hash;
struct hlist_head *addr_hash;