From: Thomas Graf Date: Wed, 13 Aug 2014 14:38:30 +0000 (+0200) Subject: rhashtable: unexport and make rht_obj() static X-Git-Tag: omap-for-v3.17/fixes-against-rc2~59^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91eee56dc4f8c3d9ae834bacb835596d47a709e;p=pandora-kernel.git rhashtable: unexport and make rht_obj() static No need to export rht_obj(), all inner to outer object translations occur internally. It was intended to be used with rht_for_each() which now primarily serves as the iterator for rhashtable_remove_pprev() to effectively flush and free the full table. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed