Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90400
b: refs/heads/master
c: f5aa23f
h: refs/heads/master
v: v3
  • Loading branch information
Denis V. Lunev authored and David S. Miller committed Mar 26, 2008
1 parent 57a66cc commit fd8746a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c2f5746b9cd536f0007709196d85a7e7d0070fa
refs/heads/master: f5aa23fd49063745f85644dd7a9330acd706add6
2 changes: 1 addition & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ struct net *dev_net(const struct net_device *dev)
}

static inline
void dev_net_set(struct net_device *dev, const struct net *net)
void dev_net_set(struct net_device *dev, struct net *net)
{
#ifdef CONFIG_NET_NS
dev->nd_net = net;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/net/inet_timewait_sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ struct net *twsk_net(const struct inet_timewait_sock *twsk)
}

static inline
void twsk_net_set(struct inet_timewait_sock *twsk, const struct net *net)
void twsk_net_set(struct inet_timewait_sock *twsk, struct net *net)
{
#ifdef CONFIG_NET_NS
twsk->tw_net = net;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ struct net *sock_net(const struct sock *sk)
}

static inline
void sock_net_set(struct sock *sk, const struct net *net)
void sock_net_set(struct sock *sk, struct net *net)
{
#ifdef CONFIG_NET_NS
sk->sk_net = net;
Expand Down

0 comments on commit fd8746a

Please sign in to comment.