Re: [PATCH 05/16] net: Add a network namespace tag to struct net_device

2007-09-12 Thread David Miller
From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Sat, 08 Sep 2007 15:18:12 -0600 > > Please note that network devices do not increase the count > count on the network namespace. The are inside the network > namespace and so the network namespace tag is in the nature > of a back pointer and so g

[PATCH 05/16] net: Add a network namespace tag to struct net_device

2007-09-08 Thread Eric W. Biederman
Please note that network devices do not increase the count count on the network namespace. The are inside the network namespace and so the network namespace tag is in the nature of a back pointer and so getting and putting the network namespace is unnecessary. Signed-off-by: Eric W. Biederman <[