Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37598
b: refs/heads/master
c: ab8e92e
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 1, 2006
1 parent 931710f commit d8f97ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 1bdfd554be94def718323659173517c5d4a69d25
refs/heads/master: ab8e92efcf3f7972f30033cad75f180aef4f3abc
3 changes: 0 additions & 3 deletions trunk/lib/list_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ EXPORT_SYMBOL(list_add);
*/
void list_del(struct list_head *entry)
{
BUG_ON(entry->prev->next != entry);
BUG_ON(entry->next->prev != entry);

if (unlikely(entry->prev->next != entry)) {
printk(KERN_ERR "list_del corruption. prev->next should be %p, "
"but was %p\n", entry, entry->prev->next);
Expand Down

0 comments on commit d8f97ff

Please sign in to comment.