OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_23-27-g31fdb07

Gerrit Code Review gerrit@openafs.org
Tue, 9 Apr 2013 20:19:17 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit e97a55de3fba782a3d2305e476bf6cd671ccb802
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Apr 8 23:41:48 2013 -0400

    Windows: DOS Device VolumeInfo max name length
    
    In 1.7.2200 the AFS Redirectory began to return
    
      cellname{%,#}volume
    
    as the volume label in the Volume Information response.  For UNC
    paths this is fine but for DOS devices on Windows 7 and earlier returning
    a volume label that is longer than the NTFS maximum label length (32
    characters) results in the Explorer Shell treating the volume as if it
    does not support long file names.
    
    From this patchset forward if the FileObject->FileName indicates that
    the query is for a DOS Device, only return the AFS volume name and not the
    cell informmation in the Volume Information response.
    
    FIXES 131632
    
    Change-Id: Iff751051bc6f5a3cfdafd569da13fdf68bb6e26b
    Reviewed-on: http://gerrit.openafs.org/9751
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
    Reviewed-by: Peter Scott <pscott@kerneldrivers.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-on: http://gerrit.openafs.org/9762

 src/WINNT/afsrdr/kernel/lib/AFSVolumeInfo.cpp   |   58 +++++++++++++++++------
 src/WINNT/afsrdr/kernel/lib/Include/AFSCommon.h |    1 +
 2 files changed, 45 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository