> thanks for your hints. I just got the latest raid patch from kernel.org.
> which is raid0145-19990824-2.2.11.

Except some rejects (which can savely be ignored) this patch applies fine to
2.2.13.

> I didn't aply a kernel patch for long, so please tell me what to do
> (vanilla patch < mypatch doesn't work). My kernel is, as usual, in
> /usr/src/linux. The links in /usr/include are ok too.

cd /usr/src/linux
patch -p1 <mypatch

In any case, you should NOT omit the -p option!

If you patch from /usr/src (or patch file is made in a different way), -p0
might sometimes also be OK. 

Important: Not specifying -p at all is *NOT* the same as -p0 !!!

Thomas

Reply via email to