[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <498F9AC2.2020703@sandeen.net>
Date: Sun, 08 Feb 2009 20:53:54 -0600
From: Eric Sandeen <sandeen@...deen.net>
To: Alessandro Bono <alessandro.bono@...il.com>
CC: Christoph Hellwig <hch@...radead.org>,
linux-xfs <linux-xfs@....sgi.com>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: XFS kernel BUG at fs/buffer.c:470! with 2.6.28.4
Eric Sandeen wrote:
> Alessandro Bono wrote:
..
>> sure, attached
>
> Well, that seems to not be from the kernel you were running; there is no
> BUG() on line 470:
>
> $ cat -n buffer.c | grep -8 " 470"
> 462 bdevname(bh->b_bdev, b));
> 463 }
> 464 set_bit(AS_EIO, &page->mapping->flags);
> 465 set_buffer_write_io_error(bh);
> 466 clear_buffer_uptodate(bh);
> 467 SetPageError(page);
> 468 }
> 469
> 470 first = page_buffers(page);
oh, oops :) it's probably this BUG():
#define page_buffers(page) \
({ \
BUG_ON(!PagePrivate(page)); \
-Eric
--
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