]> git.baikalelectronics.ru Git - kernel.git/commit
Convert uid hash to hlist
authorPavel Emelyanov <xemul@openvz.org>
Wed, 19 Sep 2007 05:46:44 +0000 (22:46 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 19 Sep 2007 18:24:18 +0000 (11:24 -0700)
commitbee64b3f862f95bf4af868407fcbdfbdf2b8f75e
treeb408a671c9c07bec41a9ca8056fa7a6710982f3b
parentf728439be3de602261cdfc5c40332376474a84d1
Convert uid hash to hlist

Surprisingly, but (spotted by Alexey Dobriyan) the uid hash still uses
list_heads, thus occupying twice as much place as it could.  Convert it to
hlist_heads.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sched.h
include/linux/user_namespace.h
kernel/user.c
kernel/user_namespace.c