vlserver: VL_GetEntryByName* requests undercounted
authorMark Vitale <mvitale@sinenomine.net>
Wed, 18 Nov 2015 20:09:37 +0000 (15:09 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 19 Nov 2015 03:10:05 +0000 (22:10 -0500)
commit670381aa5d3a7bc91ad74c7499605cca2c33d612
tree72db099984944d6b9bae1f89fce515c94026e57d
parentf6247f90c9644d7a396531c219c585f705e0c251
vlserver: VL_GetEntryByName* requests undercounted

Commit a14e791541bf19c6c377e68bc2f978fba34f94b1
refactored and corrected the counting of requests and aborts.
However, it inadvertently introduced a new undercount for
VL_GetEntryByName* requests, counting them only if
NameIsId(volname), e.g. volname="536870911".

Ensure that the normal case of a non-"numeric" volname is
also counted.

Discovered during review of pullup to 1.6.x.

Change-Id: Ic5dbc1a5871d0e0ff184dc4f3b11e92166c92f65
Reviewed-on: http://gerrit.openafs.org/12106
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/vlserver/vlprocs.c