From: Sven Eckelmann Date: Sun, 21 Nov 2010 23:55:58 +0000 (+0100) Subject: Staging: batman-adv: Move hash callback related function to header X-Git-Tag: v2.6.38-rc1~423^2~220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60eb502436910fb8118639e2ce4d7a4f732b6754;p=pandora-kernel.git Staging: batman-adv: Move hash callback related function to header To enable inlining of the function pointers hashdata_choose_cb, hashdata_choose_cb and hashdata_free_cb, also the hash functions which uses them must be inlined by the called function. This should increase the performance, but also increases the size of the generated machine code slightly. Reported-by: David S. Miller Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed