patch-2.3.27 linux/fs/nfsd/stats.c
Next file: linux/fs/proc/Makefile
Previous file: linux/fs/nfsd/nfsctl.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Nov 11 16:57:31 1999
- Orig file:
v2.3.26/linux/fs/nfsd/stats.c
- Orig date:
Thu Jan 7 09:28:47 1999
diff -u --recursive --new-file v2.3.26/linux/fs/nfsd/stats.c linux/fs/nfsd/stats.c
@@ -17,6 +17,7 @@
#include <linux/sched.h>
#include <linux/proc_fs.h>
#include <linux/stat.h>
+#include <linux/module.h>
#include <linux/sunrpc/svc.h>
#include <linux/sunrpc/stats.h>
@@ -77,9 +78,7 @@
if ((ent = svc_proc_register(&nfsd_svcstats)) != 0) {
ent->read_proc = nfsd_proc_read;
-#ifdef MODULE
- ent->fill_inode = nfsd_modcount;
-#endif
+ ent->owner = THIS_MODULE;
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)