commit | 07feaebfcc10cd35e745c7073667935246494bee | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Sep 12 11:58:02 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:49:05 2007 -0700 |
tree | 297f212ebca1c6916a8b82ba176ee4ee508ccb08 | |
parent | 4a1c537113cdc688aabc3fb9bb6ed18ec821c779 [diff] |
[NET]: Add a network namespace parameter to struct sock Sockets need to get a reference to their network namespace, or possibly a simple hold if someone registers on the network namespace notifier and will free the sockets when the namespace is going to be destroyed. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>