libafs: rename volume accessTime to setupTime 96/11896/3
authorMichael Meffie <mmeffie@sinenomine.net>
Thu, 11 Jun 2015 15:02:20 +0000 (11:02 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 6 Jul 2016 04:10:02 +0000 (00:10 -0400)
commita443accfdf8771b90e2b06da04e7e3d1e88028fd
tree17eaff6d9854e8902ffeddddd10e9c9fc9b04bfd
parentc5b52c815972b4f623defaec9e0d8c235228b7b8
libafs: rename volume accessTime to setupTime

Since OpenAFS 1.0, the struct volume accessTime member has been the time
time the volume structure is setup, not the last time the volume was
used (as indicated by the comments).  This time stamp is only used to
find the oldest available volume slot in the disked backed volume cache.
(Perhaps in pre-OpenAFS this was updated each time the volume was
referenced.)

Rename this structure member and update the comments for it.

Change-Id: I33a6371e8800b2d0f7b2700db0785fc365a8649e
Reviewed-on: https://gerrit.openafs.org/11896
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/afs.h
src/afs/afs_volume.c
src/venus/kdump.c