From: Jeff Layton Date: Fri, 21 Jun 2013 12:58:17 +0000 (-0400) Subject: locks: convert fl_link to a hlist_node X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~42^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139ca04ee572fea6c0c105e88aba3a534efcd7c4;p=pandora-kernel.git locks: convert fl_link to a hlist_node Testing has shown that iterating over the blocked_list for deadlock detection turns out to be a bottleneck. In order to alleviate that, begin the process of turning it into a hashtable. We start by turning the fl_link into a hlist_node and the global lists into hlists. A later patch will do the conversion of the blocked_list to a hashtable. Signed-off-by: Jeff Layton Acked-by: J. Bruce Fields Signed-off-by: Al Viro --- Reading git-diff-tree failed