]> err.no Git - linux-2.6/blobdiff - lib/list_debug.c
[NET] sealevel: uses arp_broken_ops
[linux-2.6] / lib / list_debug.c
index e80d27c9789820d867139428650d6cbd88812165..7ba9d823d388665cdef6cb647a13cc0bd41ddb75 100644 (file)
@@ -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);