]> git.baikalelectronics.ru Git - kernel.git/commit
[NETNS]: Make arp code network namespace consistent.
authorDenis V. Lunev <den@openvz.org>
Tue, 15 Jan 2008 06:58:55 +0000 (22:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:08 +0000 (15:02 -0800)
commit782a8ed9d337a50c070f2dc75217ceb9b329084e
treec4302da806fb0d7031ddd1fd22c27e31bd5d5c65
parent932eab288193c0bc3b9f70b1dcb413b36e0ba098
[NETNS]: Make arp code network namespace consistent.

Some calls in the arp.c have network namespace as an argument. Getting
init_net inside these functions is simply inconsistent. Fix this.

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