patch-2.1.33 linux/fs/nfs/inode.c
Next file: linux/fs/nfs/nfs2xdr.c
Previous file: linux/fs/lockd/clntproc.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Mon Apr 7 18:43:43 1997
- Orig file:
v2.1.32/linux/fs/nfs/inode.c
- Orig date:
Mon Apr 7 11:35:30 1997
diff -u --recursive --new-file v2.1.32/linux/fs/nfs/inode.c linux/fs/nfs/inode.c
@@ -25,11 +25,12 @@
#include <linux/locks.h>
#include <linux/unistd.h>
#include <linux/sunrpc/clnt.h>
+#include <linux/sunrpc/stats.h>
#include <linux/nfs_fs.h>
#include <linux/lockd/bind.h>
#include <asm/system.h>
-# include <asm/uaccess.h>
+#include <asm/uaccess.h>
#define NFSDBG_FACILITY NFSDBG_VFS
@@ -50,6 +51,7 @@
NULL
};
+struct rpc_stat nfs_rpcstat = { &nfs_program };
/*
* The "read_inode" function doesn't actually do anything:
@@ -438,7 +440,7 @@
init_nfs_fs(void)
{
#ifdef CONFIG_PROC_FS
- rpcstat_register(&nfs_rpcstat);
+ rpc_proc_register(&nfs_rpcstat);
#endif
return register_filesystem(&nfs_fs_type);
}
@@ -462,7 +464,7 @@
cleanup_module(void)
{
#ifdef CONFIG_PROC_FS
- rpcstat_unregister(&nfs_rpcstat);
+ rpc_proc_unregister("nfs");
#endif
unregister_filesystem(&nfs_fs_type);
nfs_free_dircache();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov