]> git.baikalelectronics.ru Git - kernel.git/commit
neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.
authorJiri Pirko <jiri@resnulli.us>
Thu, 9 Jan 2014 13:13:47 +0000 (14:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jan 2014 19:31:58 +0000 (11:31 -0800)
commit8787092c29cd6a62e9b7d8567c7f51407573e9f2
tree378e227ef6c2bd2776afc4d6c29d89574fdee9c6
parent056c9559b072348a76307632b4214dda958825be
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 <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/neighbour.h
net/802/hippi.c