libafs: FillStoreStats doesn't need to be global; avoid pass-by-pointer
authorGarrett Wollman <wollman@csail.mit.edu>
Thu, 11 Aug 2011 01:52:44 +0000 (21:52 -0400)
committerDerrick Brashear <shadow@dementix.org>
Thu, 25 Aug 2011 19:58:40 +0000 (12:58 -0700)
commitedbe891abfb00be2c9f4de474db2dd784f2d5a61
tree7207891c20b649a78c0109e5dfcf1b303d2c81f7
parent90681a59bac641c4c4d70c0bb500845be3577c33
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