[PATCH 30/37] NFS: Add some new I/O event counters for FS-Cache events

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <Trond.Myklebust@...>, <chuck.lever@...>
Cc: <nfsv4@...>, <linux-kernel@...>, <linux-fsdevel@...>, <selinux@...>, <linux-security-module@...>, <dhowells@...>
Date: Friday, February 8, 2008 - 12:54 pm

Add some new NFS I/O event counters for FS-Cache events.  They have to be
added as byte counters because I may need to be able to increase the numbers
by more than 1 at a time.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 fs/nfs/iostat.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/fs/nfs/iostat.h b/fs/nfs/iostat.h
index 6350ecb..0e3b170 100644
--- a/fs/nfs/iostat.h
+++ b/fs/nfs/iostat.h
@@ -60,6 +60,13 @@ enum nfs_stat_bytecounters {
 	NFSIOS_SERVERWRITTENBYTES,
 	NFSIOS_READPAGES,
 	NFSIOS_WRITEPAGES,
+#ifdef CONFIG_NFS_FSCACHE
+	NFSIOS_FSCACHE_READ_OK,
+	NFSIOS_FSCACHE_READ_FAIL,
+	NFSIOS_FSCACHE_WRITE_OK,
+	NFSIOS_FSCACHE_WRITE_FAIL,
+	NFSIOS_FSCACHE_UNCACHE,
+#endif
 	__NFSIOS_BYTESMAX,
 };
 

-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/37] Permit filesystem local caching, David Howells, (Fri Feb 8, 12:51 pm)
[PATCH 36/37] NFS: Display local caching state, David Howells, (Fri Feb 8, 12:55 pm)
[PATCH 31/37] NFS: FS-Cache page management, David Howells, (Fri Feb 8, 12:54 pm)
[PATCH 28/37] NFS: Use local disk inode cache, David Howells, (Fri Feb 8, 12:54 pm)
[PATCH 25/37] NFS: Define and create server-level objects, David Howells, (Fri Feb 8, 12:54 pm)
[PATCH 30/37] NFS: Add some new I/O event counters for FS-Ca..., David Howells, (Fri Feb 8, 12:54 pm)
[PATCH 22/37] NFS: Add FS-Cache option bit and debug bit, David Howells, (Fri Feb 8, 12:53 pm)
[PATCH 19/37] CacheFiles: Export things for CacheFiles, David Howells, (Fri Feb 8, 12:53 pm)