From: Patrick McHardy Date: Wed, 25 Mar 2015 13:07:45 +0000 (+0000) Subject: rhashtable: provide len to obj_hashfn X-Git-Tag: omap-for-v4.2/o2_dc~131^2~128^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f7b33e63fec9d16e7ee62ba8f8ab4159cbdc26;p=pandora-kernel.git rhashtable: provide len to obj_hashfn nftables sets will be converted to use so called setextensions, moving the key to a non-fixed position. To hash it, the obj_hashfn must be used, however it so far doesn't receive the length parameter. Pass the key length to obj_hashfn() and convert existing users. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed