Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15023
b: refs/heads/master
c: adad0f3
h: refs/heads/master
i:
  15021: 35e2df8
  15019: 0c91dc7
  15015: 0e0b727
  15007: d033b9f
v: v3
  • Loading branch information
Keshavamurthy Anil S authored and Linus Torvalds committed Dec 12, 2005
1 parent 94cbdfc commit 9bee895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: b88cb42428f14fabdaf947150c00d65891820635
refs/heads/master: adad0f331f9c693129e81e233c5461e2e7c3e443
5 changes: 1 addition & 4 deletions trunk/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,7 @@ static inline void add_aggr_kprobe(struct kprobe *ap, struct kprobe *p)
INIT_LIST_HEAD(&ap->list);
list_add_rcu(&p->list, &ap->list);

INIT_HLIST_NODE(&ap->hlist);
hlist_del_rcu(&p->hlist);
hlist_add_head_rcu(&ap->hlist,
&kprobe_table[hash_ptr(ap->addr, KPROBE_HASH_BITS)]);
hlist_replace_rcu(&p->hlist, &ap->hlist);
}

/*
Expand Down

0 comments on commit 9bee895

Please sign in to comment.