* path.cc (fsinfo): Global storage for file system information.

(fs_info::update): Store file system information also in fsinfo and
	short circuit GetVolumeInformation by using alredy stored file system
	information.
This commit is contained in:
Corinna Vinschen
2004-04-09 19:33:07 +00:00
parent 7aa88267c1
commit 535309a6e3
3 changed files with 27 additions and 2 deletions

View File

@ -75,6 +75,7 @@ struct fs_info
{
char name_storage[CYG_MAX_PATH];
char root_dir_storage[CYG_MAX_PATH];
__ino64_t name_hash;
DWORD flags_storage;
DWORD serial_storage;
DWORD sym_opt_storage; /* additional options to pass to symlink_info resolver */