From: Gao feng Date: Thu, 20 Jun 2013 02:01:32 +0000 (+0800) Subject: neigh: no need to call lookup_neigh_parms in neigh_parms_alloc X-Git-Tag: v3.11-rc1~16^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf89d6b2803ab99ac596f95d585c3057d2be645c;p=pandora-kernel.git neigh: no need to call lookup_neigh_parms in neigh_parms_alloc neigh_table.parms always exist and is initialized,kmemdup can use it to create new neigh_parms, actually lookup_neigh_parms here will return neigh_table.parms too. Signed-off-by: Gao feng Signed-off-by: David S. Miller --- Reading git-diff-tree failed