From: Antonio Quartulli Date: Wed, 12 Oct 2011 12:54:50 +0000 (+0200) Subject: batman-adv: use orig_hash_find() instead of get_orig_node() in TT code X-Git-Tag: v3.3-rc1~182^2~500^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb7e2a1e20488f91c7007caa080b83b8e4222572;p=pandora-kernel.git batman-adv: use orig_hash_find() instead of get_orig_node() in TT code get_orig_node() tries to retrieve an orig_node object based on a mac address and creates it if not present. This is not the wanted behaviour in the translation table code as we don't want to create new orig_code objects but expect a NULL pointer if the object does not exist. Reported-by: Simon Wunderlich Signed-off-by: Antonio Quartulli Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed