From: Pavel Emelyanov Date: Wed, 19 Sep 2007 05:46:44 +0000 (-0700) Subject: Convert uid hash to hlist X-Git-Tag: v2.6.23-rc7~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735de2230f09741077a645a913de0a04b10208bf;p=pandora-kernel.git 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 Signed-off-by: Alexey Dobriyan Acked-by: Serge Hallyn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed