Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299575
b: refs/heads/master
c: bbe362b
h: refs/heads/master
i:
  299573: d4301d1
  299571: 98d481b
  299567: 26c83bf
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 21, 2012
1 parent e7b5a4a commit 2b1bae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8195b24feb208f6e944e7542779f4397776794d
refs/heads/master: bbe362be5368b9f531b95a4a9b502ae2832e1dac
1 change: 1 addition & 0 deletions trunk/net/core/drop_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ static void trace_drop_common(struct sk_buff *skb, void *location)
for (i = 0; i < msg->entries; i++) {
if (!memcmp(&location, msg->points[i].pc, sizeof(void *))) {
msg->points[i].count++;
atomic_inc(&data->dm_hit_count);
goto out;
}
}
Expand Down

0 comments on commit 2b1bae8

Please sign in to comment.