From: Shankar Anand Date: Mon, 10 Jul 2006 11:45:44 +0000 (-0700) Subject: [PATCH] knfsd: nfsd4: add per-operation server stats X-Git-Tag: v2.6.18-rc2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b209509ca33743864846aef2e1b2afc21f7915;p=pandora-kernel.git [PATCH] knfsd: nfsd4: add per-operation server stats Add an nfs4 operations count array to nfsd_stats structure. The count is incremented in nfsd4_proc_compound() where all the operations are handled by the nfsv4 server. This count of individual nfsv4 operations is also entered into /proc filesystem. Signed-off-by: Shankar Anand Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed