OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-107-ge08f9d8

Gerrit Code Review gerrit@openafs.org
Fri, 4 Feb 2011 05:26:51 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit e08f9d85fb4f50f6f87a500be0c7ea9b5da585e3
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Jan 15 11:54:40 2011 -0500

    vol: construct proper VolDir path on Windows
    
    namei_HandleToInodeDir initializes the path name with
    the nt_drive value.  Therefore calling addtoname(name, name->n_drive)
    produces the invalid path "D:\D:\\Vol_.....".  Remove the unnecessary
    addtoname() call.
    
    Reviewed-on: http://gerrit.openafs.org/3672
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit a65ea91e2a6ab3870fe2e9e1a17c82e2a62c2910)
    
    Change-Id: Icd7c6225b80d77184e6a15df0dbb4fd0dfcd0506
    Reviewed-on: http://gerrit.openafs.org/3833
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/vol/namei_ops.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository