CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2009-07-28 10:39:55

Modified files:
        winsup/cygwin  : ChangeLog mount.cc mount.h 

Log message:
        * mount.h (enum fs_info_type): New type.
        (IMPLEMENT_FS_FLAG): New define.
        (class fs_info): Convert filesystem type status flags into an enum
        fs_info_type.  Add cifs FS.  Revert change to has_buggy_open and
        has_buggy_fileid_dirinfo.  Make them normal; status flags again.
        Implement is_FS functions using IMPLEMENT_FS_FLAG.
        * mount.cc (fs_info::update): Define MINIMAL_WIN_NTFS_FLAGS and
        FS_IS_WINDOWS_NTFS.  Add comment.  Only test remote filesystems
        for "NTFS" once.  Add is_cifs check using FS_IS_WINDOWS_NTFS.
        Set has_buggy_open flag for SUNWNFS.  Set has_buggy_fileid_dirinfo
        flag for UNIXFS and all cifs type filesystems.  Only check for
        caseinsensitivity once.
        (fillout_mntent): Create locale fs_names array.  Use for setting
        _my_tls.locals.mnt_type.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4598&r2=1.4599
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mount.cc.diff?cvsroot=src&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mount.h.diff?cvsroot=src&r1=1.9&r2=1.10

Reply via email to