At Mon, 17 Apr 2000 14:25:00 -0700,
Rajagopal Ananthanarayanan <ananth@xxxxxxx> wrote:
>
>
> Kip Macy wrote:
> >
> > make -C xfs modules
> > make[2]: Entering directory
> > `/usr/src/SGI/checkout2/linux-2.3-xfs/linux/fs/xfs'
> > gcc -D__KERNEL__ -I/usr/src/SGI/checkout2/linux-2.3-xfs/linux/include -Wall
> > -Wst
> > rict-prototypes -O2 -pipe -DCPU=686 -march=i686 -fno-strict-aliasing
> > -DMODULE
> > -DMODVERSIONS -include
> > /usr/src/SGI/checkout2/linux-2.3-xfs/linux/include/linux/
> > modversions.h -g3 -Wno-unused -Wno-unknown-pragmas -Wno-parentheses
> > -Wno-uninit
> > ialized -I./linux -I./pseudo-inc -I. -D_KERNEL -funsigned-char
> > -DEXPORT_SYMTAB
> > -c xfs_log_recover.c
> > In file included from xfs_buf.h:47,
> > from xfs_log_recover.c:46:
> > pseudo-inc/sys/buf.h:331: conflicting types for `bread'
> > /usr/src/SGI/checkout2/linux-2.3-xfs/linux/include/linux/fs.h:1046:
> > previous dec
> > laration of `bread'
> > pseudo-inc/sys/buf.h:339: conflicting types for `brelse'
> > /usr/src/SGI/checkout2/linux-2.3-xfs/linux/include/linux/fs.h:1034:
> > previous dec
> > laration of `brelse'
>
>
> One workaround for this problem (until its fixed properly)
> is to turn ON CONFIG_PAGE_BUF_META ...
Actually CONFIG_PAGE_BUF_META is the correct thing to do anyways.
We swatshed a couple more bugs in the pagebuf meta data path.
Support for buf_t metat data will be removed at some point.
I think I know where the problem started... I'll fix it.
>
>
> --------------------------------------------------------------------------
> Rajagopal Ananthanarayanan ("ananth")
> Member Technical Staff, SGI.
> --------------------------------------------------------------------------
|