[linux-lvm] Re: kernel panicked when mounting XFS LVM volumes on kernel-2.4.17-ia64

ASANO Masahiro masano at tnes.nec.co.jp
Thu Jul 4 02:47:03 UTC 2002


Hi,

From: "Zameer M" <zameer at india.hp.com>
Subject: kernel panicked when mounting XFS LVM volumes on kernel-2.4.17-ia64
Date: Thu, 4 Jul 2002 12:20:14 +0530
Message-ID: <00fa01c22327$0de25a70$6a754c0f at india.hp.com>

> Hi,
> 
>    Kernel panicked when mounting XFS LVM volumes.
> 
> The following is configuration used.
> 1)kernel-2.4.17
> 2)linux-2.4.17-ia64-011226.diff
> 3)linux-2.4.17-xfs-2002-02-07.cvs-patch
> 4)lvm-1.1-rc1

If your box's page size is larger than 4KB, use more recent CVS tree
(at least after 25th March) or change _pagebuf_page_io() in
linux/fs/pagebuf/page_buf.c as follows.

 from:	struct buffer_head *bh, *bufferlist[8];
 to:	struct buffer_head *bh, *bufferlist[PAGE_SIZE/512];

--
Masano




More information about the linux-lvm mailing list