OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. e145bd987bf4f3dc5148f932a16b625af7b3437e

Gerrit Code Review gerrit@openafs.org
Thu, 3 Sep 2009 12:59:31 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit e145bd987bf4f3dc5148f932a16b625af7b3437e
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Sep 3 14:43:28 2009 -0500

    Update accessDate on volume access
    
    Right now accessDate is simply never updated, so the last access time
    for a volume is never reported. Simply update the field in
    VBumpVolumeUsage_r, so we track the last time the volume was accessed.
    
    Note that this does not increase disk writes to the volume header; the
    performance impact is effectively nil.
    
    Reviewed-on: http://gerrit.openafs.org/385
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 5d9c767ac55b2d1b8f5b87dc9ced63e282af7bac)
    Reviewed-on: http://gerrit.openafs.org/398

 src/vol/volume.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository