netns: let net_generic take pointer-to-const args
authorJan Engelhardt <jengelh@medozas.de>
Sat, 20 Nov 2010 18:07:21 +0000 (18:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Nov 2010 18:05:10 +0000 (10:05 -0800)
This commit is same in nature as v2.6.37-rc1-755-g3654654; the network
namespace itself is not modified when calling net_generic, so the
parameter can be const.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found