From: Eric W. Biederman Date: Thu, 3 Dec 2009 02:29:03 +0000 (+0000) Subject: net: Add support for batching network namespace cleanups X-Git-Tag: v2.6.33-rc1~388^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72ad937abd0a43b7cf2c557ba1f2ec75e608c516;p=pandora-kernel.git net: Add support for batching network namespace cleanups - Add exit_list to struct net to support building lists of network namespaces to cleanup. - Add exit_batch to pernet_operations to allow running operations only once during a network namespace exit. Instead of once per network namespace. - Factor opt ops_exit_list and ops_exit_free so the logic with cleanup up a network namespace does not need to be duplicated. Signed-off-by: Eric W. Biederman Signed-off-by: David S. Miller --- Reading git-diff-tree failed