mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
The only slightly tricky merge conflict was the netdevsim because the mutex locking fix overlapped a lot of driver reload reorganization. The rest were (relatively) trivial in nature. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -346,7 +346,7 @@ static inline struct net *read_pnet(const possible_net_t *pnet)
|
||||
#define __net_initconst __initconst
|
||||
#endif
|
||||
|
||||
int peernet2id_alloc(struct net *net, struct net *peer);
|
||||
int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp);
|
||||
int peernet2id(struct net *net, struct net *peer);
|
||||
bool peernet_has_id(struct net *net, struct net *peer);
|
||||
struct net *get_net_ns_by_id(struct net *net, int id);
|
||||
|
||||
Reference in New Issue
Block a user