Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300443
b: refs/heads/master
c: 9942774
h: refs/heads/master
i:
  300441: 1b2da00
  300439: bdef649
v: v3
  • Loading branch information
Akinobu Mita authored and David S. Miller committed Apr 3, 2012
1 parent 3e6552f commit 77141f1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ffe06c17afbbbd4d73cdc339419be232847d667a
refs/heads/master: 99427747fbd0b29f2bebc74c697acfd435fecc3f
4 changes: 2 additions & 2 deletions trunk/drivers/net/ppp/pptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ static int lookup_chan_dst(u16 call_id, __be32 d_addr)
int i;

rcu_read_lock();
for (i = find_next_bit(callid_bitmap, MAX_CALLID, 1); i < MAX_CALLID;
i = find_next_bit(callid_bitmap, MAX_CALLID, i + 1)) {
i = 1;
for_each_set_bit_from(i, callid_bitmap, MAX_CALLID) {
sock = rcu_dereference(callid_sock[i]);
if (!sock)
continue;
Expand Down

0 comments on commit 77141f1

Please sign in to comment.