From: Pavel Emelyanov Date: Fri, 4 Feb 2011 21:02:36 +0000 (-0800) Subject: bridge: Don't put partly initialized fdb into hash X-Git-Tag: v2.6.38-rc4~15^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1158f762e57c1cdcda631c1c5f339e4853caa82b;p=pandora-kernel.git bridge: Don't put partly initialized fdb into hash The fdb_create() puts a new fdb into hash with only addr set. This is not good, since there are callers, that search the hash w/o the lock and access all the other its fields. Applies to current netdev tree. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed