OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2526-ge04f324

Gerrit Code Review gerrit@openafs.org
Wed, 16 May 2012 18:22:57 -0700 (PDT)


The following commit has been merged in the master branch:
commit e04f324b5dc87391d9fc08820a4ff22b7dda84c3
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed May 16 09:52:00 2012 -0400

    Windows: Apply MAX_FID_COUNT to AFS Redirector
    
    Provide consistency between the SMB path parser and the AFS
    redirector path processing by using the same constant, MAX_FID_COUNT,
    for both.  MAX_FID_COUNT is the maximum number of unique file ids
    that can exist in a path after all mount points and symlinks have
    been expanded.  The current value is 512.
    
    Change-Id: Ife1a29ce7c064c986589bc9e2836899864da2f76
    Reviewed-on: http://gerrit.openafs.org/7412
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsd/cm_vnodeops.c        |    1 -
 src/WINNT/afsd/cm_vnodeops.h        |    3 +++
 src/WINNT/afsrdr/user/RDRFunction.c |    4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository