OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-43-g1caeeea

Gerrit Code Review gerrit@openafs.org
Fri, 6 Nov 2020 01:21:20 -0500


The following commit has been merged in the master branch:
commit 1caeeea43c038011306dd1c391680c24fc318e3d
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Oct 26 12:19:19 2020 -0500

    afs: Log pid with disk cache read errors
    
    Log the current pid (and procname) when we complain about an error
    when reading from CacheItems in afs_UFSGetDSlot. These errors can
    result in confusing situations, so it can be helpful to know at least
    what process saw the error.
    
    Our logic for logging this information is getting a bit large, so also
    move this to a new function, LogCacheError.
    
    Change-Id: I3427e736458784df0d516f4182684605e930e128
    Reviewed-on: https://gerrit.openafs.org/14416
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/afs/afs_dcache.c |   39 ++++++++++++++++++++++++++++++---------
 1 files changed, 30 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository