OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1268-g150e951
Gerrit Code Review
gerrit@openafs.org
Tue, 7 Jun 2011 06:26:11 -0700 (PDT)
The following commit has been merged in the master branch:
commit 150e951dccdcc8a96866167f24233a8de8d45265
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Jun 3 23:39:59 2011 -0400
Windows: Add GetFileInformationByHandleEx to fs_InAFS
If available on the operating system, use
GetFileInformationByHandleEx to translate the path into
the file system normalized form. This permits paths that
cross NTFS reparse points to be successfully evaluated as
being in afs. For example:
c:\afs -> \\afs\all
GetFileInformationByHandleEx is integrated into Vista and
Server 2008 and above.
Change-Id: I57443b01c753f12665aaac5718f639e389e2e822
Reviewed-on: http://gerrit.openafs.org/4778
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/WINNT/afsd/fs_utils.c | 83 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 83 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository