patch-2.3.24 linux/fs/nfsd/nfsctl.c
Next file: linux/fs/nfsd/nfsfh.c
Previous file: linux/fs/nfsd/export.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Mon Oct 25 10:40:19 1999
-  Orig file: 
v2.3.23/linux/fs/nfsd/nfsctl.c
-  Orig date: 
Mon Jul  5 20:35:18 1999
diff -u --recursive --new-file v2.3.23/linux/fs/nfsd/nfsctl.c linux/fs/nfsd/nfsctl.c
@@ -39,7 +39,6 @@
 #include <linux/smp.h>
 #include <linux/smp_lock.h>
 
-extern void nfsd_fh_init(void);
 extern long sys_call_table[];
 
 static int	nfsctl_svc(struct nfsctl_svc *data);
@@ -79,7 +78,6 @@
 	nfsd_cache_init();	/* RPC reply cache */
 	nfsd_export_init();	/* Exports table */
 	nfsd_lockd_init();	/* lockd->nfsd callbacks */
-	nfsd_fh_init();		/* FH table */
 	proc_export_init();
 	initialized = 1;
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)