Re: linux-2.5.7

Keith Owens (kaos@ocs.com.au)
Sun, 31 Mar 2002 10:02:50 +1000


On Sun, 31 Mar 2002 09:48:38 +1000 (EST),
Neil Brown <neilb@cse.unsw.edu.au> wrote:
>I cannot see the weak aliases being a real fix either.
>If you compile with NFSD as a module, and with CONFIG_KMOD, then the
>nfssvc_ctl systemcall is suppose to auto-load nfsd.o. How can this be
>achieved with weak aliases?

System calls cannot be in modules. Linus forbids it (that way lies
"extend and embrace") and at least two architectures (ia64, ppc64)
break when a syscall is in a module.

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