You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
David S. Miller
parent
6530e0fee1
commit
9a3b7a42bb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user