OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4554-g6419d24

Gerrit Code Review gerrit@openafs.org
Thu, 15 Jan 2015 00:57:46 -0500


The following commit has been merged in the master branch:
commit 6419d241866af95942d285b2e07dd510a43086f6
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Mon Jan 12 17:48:25 2015 -0500

    afs: Remove unused constant DCSIZE
    
    The size of the dcache hash table is automatically determined
    from the size of the vcache hash table size, since even before
    the initial OpenAFS 1.0 release.  AFS 3.3 had constants
    DCHASHSIZE and DVHASHSIZE which were used to size the respective
    hash tables, but DCSIZE was unused even there.
    
    Change-Id: I1f4e278eacb881b60a457fa9871225de7ce0f9f8
    Reviewed-on: http://gerrit.openafs.org/11672
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

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

-- 
OpenAFS Master Repository