commit | 20a95a2169d1cd3da50cf65ba882d0e27a4a2d4f | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Sat Nov 20 18:07:21 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 21 10:05:10 2010 -0800 |
tree | 1d8200ebe2a538d1f4ccacc2b63624400aa5ce16 | |
parent | bbce5a59e4e0e6e1dbc85492caaf310ff6611309 [diff] |
netns: let net_generic take pointer-to-const args 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>