patch-2.2.14 linux/fs/nfsd/stats.c
Next file: linux/fs/nfsd/vfs.c
Previous file: linux/fs/nfsd/nfssvc.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Jan 4 10:12:23 2000
- Orig file:
v2.2.13/linux/fs/nfsd/stats.c
- Orig date:
Thu Jan 7 09:28:47 1999
diff -u --recursive --new-file v2.2.13/linux/fs/nfsd/stats.c linux/fs/nfsd/stats.c
@@ -32,7 +32,7 @@
{
int len;
- len = sprintf(buffer, "rc %d %d %d %d %d %d %d %d\n",
+ len = sprintf(buffer, "rc %d %d %d %d %d %d %d %d %d\n",
nfsdstats.rchits,
nfsdstats.rcmisses,
nfsdstats.rcnocache,
@@ -40,7 +40,8 @@
nfsdstats.fh_valid,
nfsdstats.fh_fixup,
nfsdstats.fh_lookup,
- nfsdstats.fh_stale);
+ nfsdstats.fh_stale,
+ nfsdstats.fh_concurrent);
/* Assume we haven't hit EOF yet. Will be set by svc_proc_read. */
*eof = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)