Re: [PATCH 7/8] ppc64: SPU file system
From: Arnd Bergmann
Date: Mon May 16 2005 - 17:45:20 EST
On Dinsdag 17 Mai 2005 00:27, Greg KH wrote:
> Huh? We can handle syscalls in modules these days pretty simply. Look
> at how nfs and others do it.
Well afaics, nfs works around this issue by having fs/nfsctl.o always
as a builtin and abstract the calls through a file system using
read/write. That would be Ben's idea again, i.e. not actually
using a system call.
The only widely used module that I'm aware of ever implementing a system
call was the TUX web accelerator that that used a hack in entry.S
and its own dynamic registration.
Arnd <><
-
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/