Re: [-mm patch] unexport sys_{open,read}

From: Christoph Hellwig
Date: Mon Sep 10 2007 - 08:22:20 EST


On Mon, Sep 10, 2007 at 05:18:38AM -0700, David Miller wrote:
> I'm happy to see this go too, but please add the necessary
> export to arch/sparc64/kernel/sparc64_ksyms.S so that the
> solaris system call table reference in
> arch/sparc64/solaris/systbls.S can be satisfied.
>
> This keeps coming up, and people keep missing the reference
> in the solaris compatibility module.

Solaris emulation has it's own solaris_open which chains through
to sparc32_open, not sys_open. Similarly for read it uses the
CHAIN macro which seems to go directly to the syscall table
instead of using the sys_read symbol.
-
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/