[PATCH v3 11/17] net,l2tp: use new hashtable implementation

2012-08-21 Thread Sasha Levin
Switch l2tp to use the new hashtable implementation. This reduces the amount of generic unrelated code in l2tp. Signed-off-by: Sasha Levin --- net/l2tp/l2tp_core.c| 134 +- net/l2tp/l2tp_core.h|8 ++-- net/l2tp/l2tp_debugfs.c | 19

[PATCH v3 11/17] net,l2tp: use new hashtable implementation

2012-08-21 Thread Sasha Levin
Switch l2tp to use the new hashtable implementation. This reduces the amount of generic unrelated code in l2tp. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- net/l2tp/l2tp_core.c| 134 +- net/l2tp/l2tp_core.h|8 ++--