OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3096-g48b6047

Gerrit Code Review gerrit@openafs.org
Thu, 8 Nov 2012 04:01:28 -0800 (PST)


The following commit has been merged in the master branch:
commit 48b60478897e7cb22e9cc1adfa3b71c188572093
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Oct 31 15:04:55 2012 -0500

    afs: Make last_error always useful
    
    Currently we record last_error as the last getuerror() we got when
    failing to read in a slot in UFSGetDSlot. For kernels that do not have
    getuerror(), this variable is currently useless, and we do not record
    anywhere what the last error received was (besides logging it via
    afs_warn).
    
    So, for non-uerror, just record what 'code' we got, so we at least
    have something.
    
    Change-Id: Iede39bbeee48ea48f380b788f2968886a831a918
    Reviewed-on: http://gerrit.openafs.org/8369
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/afs_dcache.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository