diff options
author | 2007-09-18 22:46:44 -0700 | |
---|---|---|
committer | 2007-09-19 11:24:18 -0700 | |
commit | 735de2230f09741077a645a913de0a04b10208bf (patch) | |
tree | b408a671c9c07bec41a9ca8056fa7a6710982f3b /kernel/sysctl.c | |
parent | kernel/user.c: Use list_for_each_entry instead of list_for_each (diff) | |
download | linux-rng-735de2230f09741077a645a913de0a04b10208bf.tar.xz linux-rng-735de2230f09741077a645a913de0a04b10208bf.zip |
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>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions