Re: buffer/swapping in pre-patch-2.0.31-2 + the 17th July patch

Dr. Werner Fink (werner@suse.de)
Fri, 18 Jul 1997 10:03:41 +0200


[...]
> > --------------------------------------------------------------------------
> > diff -urN linux-2.0.31-clean/fs/buffer.c linux/fs/buffer.c
> > --- linux-2.0.31-clean/fs/buffer.c Tue Jun 10 12:58:46 1997
>
> Werner, please leave a note against which source the patches are.
> There is no such thing like linux-2.0.31-clean.
> Last time as i tried your 'perfect buffer patch' it left me behind with
> many rejects.
>
> -Michael

You need a plain 2.0.30 _and_ the pre-patch-2.0.31-2 of David Miller
... URL is ftp://ftp.kernel.org/pub/linux/kernel/davem/pre-patch-2.0.31-2.gz

After applying the patches pre-patch-2.0.31-2 and `the 17th July patch'
run

cp .config save.config
make mrproper
mv save.config .config
make config
make dep && make clean

now you are enabled to build and install the kernel ... if you are using
modules .. don't forget to run

make modules && make modules_install

Note: If your are using modules and kerneld a call

depmmod -a

should apear in your boot scripts _after_ checking and mounting the
local file systems

Werner