patch-2.1.67 linux/include/linux/nfsd/stats.h

Next file: linux/include/linux/ppp-comp.h
Previous file: linux/include/linux/nfsd/nfsfh.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.66/linux/include/linux/nfsd/stats.h linux/include/linux/nfsd/stats.h
@@ -13,6 +13,11 @@
 	unsigned int	rchits;		/* repcache hits */
 	unsigned int	rcmisses;	/* repcache hits */
 	unsigned int	rcnocache;	/* uncached reqs */
+	unsigned int	fh_cached;	/* dentry cached */
+	unsigned int	fh_valid;	/* dentry validated */
+	unsigned int	fh_fixup;	/* dentry fixup validated */
+	unsigned int	fh_lookup;	/* new lookup required */
+	unsigned int	fh_stale;	/* FH stale error */
 };
 
 #ifdef __KERNEL__

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