[NETNS]: Add namespace parameter to ip_options_compile.
authorDenis V. Lunev <den@openvz.org>
Mon, 24 Mar 2008 22:29:23 +0000 (15:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Mar 2008 22:29:23 +0000 (15:29 -0700)
ip_options_compile uses inet_addr_type which requires a namespace. The
packet argument is optional, so parameter is the only way to obtain
it. Pass the init_net there for now.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found