Re: Simple header cleanups

From: David Woodhouse
Date: Fri Apr 28 2006 - 11:37:13 EST


On Fri, 2006-04-28 at 17:32 +0200, Jan Engelhardt wrote:
> Sounds like they want it BSD-style. Do they realize that?
> New release, new headers, making it necessary to recompile every app,
> because a struct could have changed. That'd seriously impact
> compatibility.

Utter crap.

We don't _change_ any of the structs which would be exposed in such
files (i.e. the structs which should be outside the #ifdef __KERNEL__ at
the moment, because that would mean we break userspace binary
compatibility from kernel to kernel.

We absolutely do _NOT_ want to go there. We're talking about cleaning up
the existing mess, not starting a crack habit.

--
dwmw2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/