Re: PATCH 2.4.0.11.3: sysctl.h fixes

2000-11-12 Thread Jeff Garzik
Neil Brown wrote: > The declaration of: > > struct file; > > in sysctl.h is a bit counter intuitive isn't it? Nope. It's a useful technique that I was reminded of recently by DaveM. Have you ever looked at the -nasty- include nesting that occurs because key kernel headers include other key

Re: PATCH 2.4.0.11.3: sysctl.h fixes

2000-11-12 Thread Neil Brown
On Sunday November 12, [EMAIL PROTECTED] wrote: > Rasmus Andersen wrote: > > I tried to include in md.c and had to include > > also. Otherwise I got the following: > > Here is the solution I prefer... md builds fine with this, core kernel builds fine >with this, and > I'm about 3/4 of the wa