libafs: avoid resetting the dynroot volume every 10 minutes 95/11895/5
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 5 Jun 2015 14:09:54 +0000 (10:09 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 6 Jul 2016 01:39:13 +0000 (21:39 -0400)
commit43a66de66c40171fedcf0450e9fa93b47c0d9f2e
treea1a430fb0f35d4070e3a1520811cad38f3f18d81
parentb3e85976936239e30d44da00bf28fbe8487f6998
libafs: avoid resetting the dynroot volume every 10 minutes

The dynroot volumes are synthetic, so do not need to be reset every time
the background daemon checks the volumes.

The results of osi_Time() is a signed 32-bit integer, and the volume
expireTime is an signed 32-bit integer, so use signed 32-bit integers
for the expiry check.

Change-Id: Ib92157686c1d8b84a63d409cb148155705953b6d
Reviewed-on: https://gerrit.openafs.org/11895
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/afs_dynroot.c
src/afs/afs_prototypes.h
src/afs/afs_volume.c