OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_12-10-g3e7897d

Gerrit Code Review gerrit@openafs.org
Wed, 16 May 2012 19:21:42 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 3e7897d2b85712acfa40ee633f52f097115f16dc
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.
    
    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>
    (cherry picked from commit e04f324b5dc87391d9fc08820a4ff22b7dda84c3)
    
    Change-Id: I0671e60db76bcc4f1148c4fed8a28978b6a4d505
    Reviewed-on: http://gerrit.openafs.org/7415
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-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