Cc: Andrew Morton <akpm@...>, David Miller <davem@...>, Linux Kernel Mailing List <linux-kernel@...>, Linux Netdev List <netdev@...>, Paul E. McKenney <paulmck@...>, Christoph Hellwig <hch@...>
Before I forget.
As a future patch we need to implement a d_revalidate rule for
/proc/<pid>/task/net that will notice we have unshared a network
namespace and flush all cached dentries for the old network namespace.
Since unsharing happens rarely if at all this d_revalidate should
be relatively cheap, and since the change is real and for everyone
it will not suffer from the inconsistencies that plagued us when
working with d_revalidate on /proc/net.
Eric
--