Phonet: use per-namespace devices list

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
remi.denis-courmont@nokia
2009-01-23 03:00:30 +00:00
committed by David S. Miller
parent 6530e0fee1
commit 9a3b7a42bb
3 changed files with 81 additions and 40 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ struct phonet_device_list {
spinlock_t lock;
};
extern struct phonet_device_list pndevs;
struct phonet_device_list *phonet_device_list(struct net *net);
struct phonet_device {
struct list_head list;