On Mon, May 20, 2002 at 09:11:51AM +0200, Florian Schaefer wrote:
> On Sun, 19 May 2002 17:49:38 -0400, Jan Harkes said:
> [...]
> > I'll attach the full diff from 2.4.19-pre8 to what I have right now.
> [...]
>
> Thanks for answering that fast and attaching the patch, but (there's
> always a but, isn't it?) I can't apply it.
>
> Both the 2.4.18 and the 2.4.19-pre8 give me errors about previously
> applied patches and as far as I can tell, patch seems to be right. All
> the changes are already there.
Hmm, I was quite sure I diffed it against a clean 2.4.19-pre8, maybe I
made a diff against -pre7? I'll check.
> Furthermore, you patched two files that aren't in my kernel tree at all:
> coda_fs_i.h and coda_psdev.h
Then something must be wrong with your tree, these files exist in the
tree (linux/include/linux/{coda_fs_i.h,coda_psdev.h}). Did you apply the
patch from the root of your source tree?
cd linux ; patch -p1 < coda.patch
Jan