OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1567-gedbe891
Gerrit Code Review
gerrit@openafs.org
Thu, 25 Aug 2011 12:59:29 -0700 (PDT)
The following commit has been merged in the master branch:
commit edbe891abfb00be2c9f4de474db2dd784f2d5a61
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Wed Aug 10 21:52:44 2011 -0400
libafs: FillStoreStats doesn't need to be global; avoid pass-by-pointer
FillStoreStats is only used in afs_fetchstore.c, so make it static.
Parameter xferStartTime is an osi_timeval, which should be small
enough to pass by value, so do so.
Change-Id: Ic47eae8babb3b7cadbbbca2f10e2e070e2457590
Reviewed-on: http://gerrit.openafs.org/5199
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/afs_fetchstore.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository