On Tue, 23 Nov 2005, Andi Kleen wrote:
>
> >
> > No trivial fix was apparent - perhaps we should disable the compat wrappers
> > if CONFIG_EXT3=n and/or CONFIG_JBD=n.
>
> That's already done for a lot of other wrappers, so would be fine too
That may be the right thing, but looking at compat-ioctl.c I don't see
anything that really depends on ext3, it just wants to have the data
structure definitions in _case_ ext3 migth be enabled. Or did I miss
anything?
In general, I don't like code that depends on a module having been marked
as a module. What if you compile the kernel and then decide later that you
need the jbd/ext3 modules, so you compile and install those on an already
running kernel?
So almost all "#ifdef CONFIG_xyzzy_MODULE" usages tend to be fundamentally
buggy: they expect all modules to come pre-configured, which may be ok for
a distro kernel, but it's a bit against the whole point of being a module,
isn't it?
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]