OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-32-g604471a
Gerrit Code Review
gerrit@openafs.org
Wed, 3 Feb 2010 18:56:42 -0800 (PST)
The following commit has been merged in the master branch:
commit 604471a3f881a7895cda218a823692a63044dd2e
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Wed Feb 3 21:34:24 2010 -0500
Don't clear afs_stats_cmperf too early during shutdown
Commit 21cbf7fee0a089d94f62baa7df2422e7bc8293f7 activated some
previously unused cleanup code. Part of this clears afs_stats_cmperf,
but these stats are used later to check for leaks of chunks allocated
with afs_AllocSmallSpace and afs_AllocLargeSpace. The result is a
message about unfreed blocks in the syslog with negative counts.
Since the structure is already cleared later in the shutdown process,
just remove this instance.
Change-Id: I6bf2ab37752d2623d072469fb87fa6d06e85b9ec
Reviewed-on: http://gerrit.openafs.org/1229
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_init.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository