From: Jiri Pirko Date: Thu, 9 Jan 2014 13:13:47 +0000 (+0100) Subject: neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions. X-Git-Tag: v3.14-rc1~94^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89740ca74f5bb45d3e0dcb4aa9eab0ba9864bff5;p=pandora-kernel.git neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions. When ndo_neigh_setup is called, the bitfield used by NEIGH_VAR_SET is not initialized yet. This might cause confusion for the people who use NEIGH_VAR_SET in ndo_neigh_setup. So rather introduce NEIGH_VAR_INIT for usage in ndo_neigh_setup. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed