OSDN Git Service

* globals.cc: Reorder constant UNICODE_STRINGs for clarity.
authorcorinna <corinna>
Thu, 16 Jul 2009 09:56:24 +0000 (09:56 +0000)
committercorinna <corinna>
Thu, 16 Jul 2009 09:56:24 +0000 (09:56 +0000)
commit6c4b594d8cf7ff3939370db8014be5cec7f4416c
tree1c07cc989cedd5e2b7ac6671666477d83878a9cf
parent87f2029c60d26f43cc5c5d09808b667cd3046ba4
* globals.cc: Reorder constant UNICODE_STRINGs for clarity.
* mount.h (fs_info::sttaus): Move filesystem type flags into
substructure.  Add union to allow simple test for having set any
one filesystem type flag.  Replace has_buggy_open flag with is_sunwnfs
flag.  Replace has_buggy_fileid_dirinfo with is_unixfs flag.
(fs_info::got_fs): New private method.
(fs_info::has_buggy_open): New explicit implementation.
(fs_info::has_buggy_fileid_dirinfo): Ditto.
* mount.cc (fs_info::update): Optimize filesystem checks for speed.
* winsup.h (IMPLEMENT_STATUS_FLAG): Change write accessor to return
value just set.
winsup/cygwin/ChangeLog
winsup/cygwin/globals.cc
winsup/cygwin/mount.cc
winsup/cygwin/mount.h
winsup/cygwin/winsup.h