OSDN Git Service

* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Call
authorcorinna <corinna>
Tue, 13 Dec 2011 11:54:27 +0000 (11:54 +0000)
committercorinna <corinna>
Tue, 13 Dec 2011 11:54:27 +0000 (11:54 +0000)
commit38453130f2352027e10b53326aceda9ecab18b56
tree90c5b2a74864c394f011c5c4eef16f86a78473c2
parent32f63a723c2a2d173c939d008393d66b5cd6f2fe
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Call
file_get_fnoi instead of NtQueryInformationFile.
* path.cc (file_get_fnoi): New helper function to collect a
FILE_NETWORK_OPEN_INFORMATION block.
(symlink_info::check): Call file_get_fnoi rather than
NtQueryInformationFile to collect a FILE_NETWORK_OPEN_INFORMATION block.
* path.h (file_get_fnoi): Declare.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/path.cc
winsup/cygwin/path.h