Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247017
b: refs/heads/master
c: 778865a
h: refs/heads/master
i:
  247015: 96bd276
v: v3
  • Loading branch information
David S. Miller committed Apr 28, 2011
1 parent 55ea878 commit 8d13418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: b801a4e7092bb869fb5a7d8ee11a9435c5c7b2b1
refs/heads/master: 778865a550e7958c1211242cc481f48d46de0f04
6 changes: 4 additions & 2 deletions trunk/net/l2tp/l2tp_ip.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,15 @@ static int l2tp_ip_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *m
if (rt == NULL) {
struct ip_options_rcu *inet_opt;

inet_opt = rcu_dereference_protected(inet->inet_opt,
sock_owned_by_user(sk));
rcu_read_lock();
inet_opt = rcu_dereference(inet->inet_opt);

/* Use correct destination address if we have options. */
if (inet_opt && inet_opt->opt.srr)
daddr = inet_opt->opt.faddr;

rcu_read_unlock();

/* If this fails, retransmit mechanism of transport layer will
* keep trying until route appears or the connection times
* itself out.
Expand Down

0 comments on commit 8d13418

Please sign in to comment.