From: NeilBrown Date: Fri, 6 Jan 2006 08:20:33 +0000 (-0800) Subject: [PATCH] md: tidy up raid5/6 hash table code X-Git-Tag: v2.6.16-rc1~936^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fccddba060f2b4916a30aa27acc3d03b01bb981e;p=pandora-kernel.git [PATCH] md: tidy up raid5/6 hash table code - replace open-coded hash chain with hlist macros - Fix hash-table size at one page - it is already quite generous, so there will never be a need to use multiple pages, so no need for __get_free_pages No functional change. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed