Changeset 9433
- Timestamp:
- 08/06/12 14:16:38 (11 months ago)
- Location:
- branches/stable/src/client/usrint
- Files:
-
- 2 modified
-
posix-pvfs.c (modified) (1 diff)
-
pvfs-path.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/src/client/usrint/posix-pvfs.c
r9425 r9433 2432 2432 } 2433 2433 /* 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); 2435 2436 if (!newpath) 2436 2437 { -
branches/stable/src/client/usrint/pvfs-path.c
r9430 r9433 177 177 npath = Ppath->expanded_path; 178 178 179 /* if we need to start over at expand clear flags first */179 /* if we need to start over at expand, clear flags first */ 180 180 /* OK to expand a qualified path */ 181 181 if (PATH_EXPANDED(Ppath)) … … 196 196 /* as we expand the path we will be resolving and looking up 197 197 * each segment, each segment is considered qualified as we 198 * go so we se the qualified flag198 * go so we set the qualified flag 199 199 */ 200 200 SET_QUALIFIED(Ppath);
