[PATCH v3 02/17] userns: use new hashtable implementation

2012-08-21 Thread Sasha Levin
Switch to using the new hashtable implementation to store user structs. This reduces the amount of generic unrelated code in kernel/user.c. Signed-off-by: Sasha Levin --- kernel/user.c | 33 + 1 files changed, 13 insertions(+), 20 deletions(-) diff --git

[PATCH v3 02/17] userns: use new hashtable implementation

2012-08-21 Thread Sasha Levin
Switch to using the new hashtable implementation to store user structs. This reduces the amount of generic unrelated code in kernel/user.c. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- kernel/user.c | 33 + 1 files changed, 13 insertions(+), 20