From: Olaf Kirch Date: Wed, 4 Oct 2006 09:15:58 +0000 (-0700) Subject: [PATCH] knfsd: change nlm_file to use a hlist X-Git-Tag: v2.6.19-rc1~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ba80635117c136714084e019375aa508365375;p=pandora-kernel.git [PATCH] knfsd: change nlm_file to use a hlist This changes struct nlm_file and the nlm_files hash table to use a hlist instead of the home-grown lists. This allows us to remove f_hash which was only used to find the right hash chain to delete an entry from. It also increases the size of the nlm_files hash table from 32 to 128. Signed-off-by: Olaf Kirch Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed