commit | 8e7a4f69e4ed328aa09ce48601073052557fa85d | [log] [tgz] |
---|---|---|
author | blaisorblade@yahoo.it <blaisorblade@yahoo.it> | Sun May 01 08:58:53 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun May 01 08:58:53 2005 -0700 |
tree | 6dd68f348f5866f9f2fc5692e9a980069168a88e | |
parent | 92eac95287d75f220a8bbef6646f51a6497c4b4c [diff] |
[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>