* path.cc (symlink_info::check): Fix a comment.
This commit is contained in:
parent
ebff53b339
commit
c43e19442c
|
@ -1,3 +1,7 @@
|
|||
2010-04-22 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* path.cc (symlink_info::check): Fix a comment.
|
||||
|
||||
2010-04-21 Corinna Vinschen <corinna@vinschen.de>
|
||||
Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
|
|
|
@ -2435,11 +2435,11 @@ symlink_info::check (char *path, const suffix_info *suffixes, unsigned opt,
|
|||
if (res == -1)
|
||||
{
|
||||
/* Volume mount point. The filesystem information for the top
|
||||
level directory should be for the volume top level directory
|
||||
itself, rather than for the reparse point itself. So we
|
||||
fetch the filesystem information again, but with a NULL
|
||||
handle. This does what we want because fs_info::update opens
|
||||
the handle without FILE_OPEN_REPARSE_POINT. */
|
||||
level directory should be for the volume top level directory,
|
||||
rather than for the reparse point itself. So we fetch the
|
||||
filesystem information again, but with a NULL handle.
|
||||
This does what we want because fs_info::update opens the
|
||||
handle without FILE_OPEN_REPARSE_POINT. */
|
||||
fs.update (&upath, NULL);
|
||||
}
|
||||
else if (res)
|
||||
|
|
Loading…
Reference in New Issue