]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf0f982773785a403f8ded7623760b08a93b04e4a
tree6dd68f348f5866f9f2fc5692e9a980069168a88e
parenta12c5c4d177b2c2eb23a1f2ccd6a792285717c5b
[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