[NETNS]: Pass correct namespace in fib_validate_source.
authorDenis V. Lunev <den@openvz.org>
Tue, 22 Jan 2008 01:33:15 +0000 (17:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:21 +0000 (15:10 -0800)
Correct network namespace is available inside fib_validate_source. It
can be obtained from the device passed in. The device is not NULL as
in_device is obtained from it just above.

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

No differences found