]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r225109
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Sep 2011 00:45:28 +0000 (00:45 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 8 Sep 2011 00:45:28 +0000 (00:45 +0000)
commitb45dafcd96726806980129695c97c3ee78dd4fe0
tree8beda5a3c7075ce7e80f894be0ee79aeb9fb4498
parentccaea5f02e218f575d18adca2836475261e06c28
MFC: r225109
Fix nfsstat(1) so that it prints out correct stats for the
new NFS server when the "-w" option is used. The problem was
spotted by hrs@ during testing where srvrpcnt[] must be indexed
by NFSV4OP_XXX and not NFSPROC_XXX.

git-svn-id: svn://svn.freebsd.org/base/stable/8@225442 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/nfsstat/nfsstat.c