[PATCH] uml: add nfsd syscall when nfsd is modular
authorblaisorblade@yahoo.it <blaisorblade@yahoo.it>
Sun, 1 May 2005 15:58:53 +0000 (08:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:58:53 +0000 (08:58 -0700)
commit8e7a4f69e4ed328aa09ce48601073052557fa85d
tree6dd68f348f5866f9f2fc5692e9a980069168a88e
parent92eac95287d75f220a8bbef6646f51a6497c4b4c
[PATCH] uml: add nfsd syscall when nfsd is modular

This trick is useless, because sys_ni.c will handle this problem by itself,
like it does even on UML for other syscalls.

Also, it does not provide the NFSD syscall when NFSD is compiled as a
module, which is a big problem.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/sys_call_table.c