Changeset 9433

Show
Ignore:
Timestamp:
08/06/12 14:16:38 (11 months ago)
Author:
walt
Message:

modified PVFS-chdir run expand path to fully qualify

Location:
branches/stable/src/client/usrint
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/src/client/usrint/posix-pvfs.c

    r9425 r9433  
    24322432    } 
    24332433    /* we really need to resolve this to a cannonical path */ 
    2434     newpath = PVFS_qualify_path(path); 
     2434    /* jump to expand path right away */ 
     2435    newpath = PVFS_expand_path(path); 
    24352436    if (!newpath) 
    24362437    { 
  • branches/stable/src/client/usrint/pvfs-path.c

    r9430 r9433  
    177177    npath = Ppath->expanded_path; 
    178178 
    179     /* if we need to start over at expand clear flags first */ 
     179    /* if we need to start over at expand, clear flags first */ 
    180180    /* OK to expand a qualified path */ 
    181181    if (PATH_EXPANDED(Ppath)) 
     
    196196    /* as we expand the path we will be resolving and looking up 
    197197     * each segment, each segment is considered qualified as we 
    198      * go so we se the qualified flag 
     198     * go so we set the qualified flag 
    199199     */ 
    200200    SET_QUALIFIED(Ppath);