From: Jeff Layton Date: Tue, 2 Apr 2013 13:01:59 +0000 (-0400) Subject: nfsd: convert the file_hashtbl to a hlist X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~48^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89876f8c0dbcc2947b13b9e22cf28c5308cee3c1;p=pandora-kernel.git nfsd: convert the file_hashtbl to a hlist We only ever traverse the hash chains in the forward direction, so a double pointer list head isn't really necessary. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed