From: stephen hemminger Date: Thu, 17 Oct 2013 00:29:34 +0000 (-0700) Subject: em_ipset: use dev_net() accessor X-Git-Tag: v3.13-rc1~105^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1eda2ac3fa6bf23b27c7c70eda6885124c79ed3;p=pandora-kernel.git em_ipset: use dev_net() accessor Randy found that if network namespace not enabled then nd_net does not exist and would cause compilation failure. This is handled correctly by using the dev_net() macro. Signed-off-by: Stephen Hemminger Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed