patch-2.1.52 linux/fs/nfs/inode.c

Next file: linux/fs/nfsd/nfs3proc.c
Previous file: linux/fs/nfs/dir.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.51/linux/fs/nfs/inode.c linux/fs/nfs/inode.c
@@ -77,10 +77,6 @@
 	dprintk("NFS: put_inode(%x/%ld)\n", inode->i_dev, inode->i_ino);
 }
 
-/*
- * This should do any silly-rename cleanups once we
- * get silly-renaming working again..
- */
 static void
 nfs_delete_inode(struct inode * inode)
 {
@@ -454,6 +450,8 @@
 init_nfs_fs(void)
 {
 #ifdef CONFIG_PROC_FS
+	rpc_register_sysctl();
+	rpc_proc_init();
 	rpc_proc_register(&nfs_rpcstat);
 #endif
         return register_filesystem(&nfs_fs_type);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov