From: Thomas Graf Date: Fri, 2 Jan 2015 22:00:17 +0000 (+0100) Subject: rhashtable: Factor out bucket_tail() function X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~294^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8e1943e9f754219bcfb40bac4a605b5348acb25;p=pandora-kernel.git rhashtable: Factor out bucket_tail() function Subsequent patches will require access to the bucket tail. Access to the tail is relatively cheap as the automatic resizing of the table should keep the number of entries per bucket to no more than 0.75 on average. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed