[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b6fcc0a0805200800k10264445n59bb56d24b80cd2f@mail.gmail.com>
Date: Tue, 20 May 2008 18:00:23 +0300
From: "Alexey Dobriyan" <adobriyan@...il.com>
To: "Dave Jones" <davej@...hat.com>,
"Arjan van de Ven" <arjan@...radead.org>,
"Matthew Wilcox" <matthew@....cx>,
"Linus Torvalds" <torvalds@...l.org>,
"Andrew Morton" <akpm@...l.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Make
On 5/20/08, Dave Jones <davej@...hat.com> wrote:
> On Tue, May 20, 2008 at 07:14:58AM -0700, Arjan van de Ven wrote:
> > On Mon, 19 May 2008 23:24:48 -0400
> > Dave Jones <davej@...hat.com> wrote:
> >
> > > printk(KERN_ERR "list_add corruption. next->prev
> > > should be " "prev (%p), but was %p. (next=%p).\n",
> > > prev, next->prev, next);
> > > - BUG();
> > > + WARN_ON(1);
Why list_head corruptions are special?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists