From: Daniel Lezcano Date: Thu, 10 Jan 2008 10:57:43 +0000 (-0800) Subject: [NETNS][IPV6]: Make mld_max_msf readonly in other namespaces. X-Git-Tag: v2.6.25-rc1~1162^2~819 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c76509d0da99f29289b9b7ab134791e45d49b15;p=pandora-kernel.git [NETNS][IPV6]: Make mld_max_msf readonly in other namespaces. The mld_max_msf protects the system with a maximum allowed multicast source filters. Making this variable per namespace can be potentially an problem if someone inside a namespace set it to a big value, that will impact the whole system including other namespaces. I don't see any benefits to have it per namespace for now, so in order to keep a directory entry in a newly created namespace, I make it read-only when we are not in the initial network namespace. Signed-off-by: Daniel Lezcano Signed-off-by: David S. Miller --- Reading git-diff-tree failed