diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-05-12 23:48:34 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-05-12 23:48:34 +0000 |
commit | 7fd36ebeeec9244a7431bb010e6e3c5e4848a0d5 (patch) | |
tree | 5fb03a9aafdd1cec5f4f6ff7f1873174cb89b66c /fs/filesystems.c | |
parent | ba2dacab305c598cd4c34a604f8e276bf5bab5ff (diff) |
Merge with Linux 2.3.99-pre8. Linus must hate me, too man patches ;-)
Diffstat (limited to 'fs/filesystems.c')
-rw-r--r-- | fs/filesystems.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/filesystems.c b/fs/filesystems.c index 6ad3ec407..22f6aa6db 100644 --- a/fs/filesystems.c +++ b/fs/filesystems.c @@ -50,7 +50,7 @@ void __init filesystem_setup(void) #ifndef CONFIG_NFSD #ifdef CONFIG_NFSD_MODULE -int (*do_nfsservctl)(int, void *, void *) = NULL; +int (*do_nfsservctl)(int, void *, void *); #endif int asmlinkage sys_nfsservctl(int cmd, void *argp, void *resp) |