Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-10-21 12:29:19 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-10-21 12:29:19 +0400
commit69178ca038167aac9b18b86391489ad4f1e8a3e3 (patch)
treeb7f5c52062ef3081f8fdf5b0514d323c59497ff0 /winsup/cygwin/path.h
parentb2099ee728addd34b0497bcddcc0fcd6a2503f0b (diff)
* globals.cc (ro_u_ncfsd): New R/O unicode string.
* mount.cc (fs_info::update): Check for "NcFsd" FS. Set flags and change comments accordingly. (fs_names): Add entry for NcFsd FS. * mount.h (enum fs_info_type): Add ncfsd. (class fs_info): Add ncfsd flag and accessor methods. * path.h (class path_conv): Add fs_is_ncfsd method. * syscalls.cc (unlink_nt): Experimentally try delete-on-close on NcFsd in STATUS_CANNOT_DELETE case.
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index f390156cc..8d5e7c466 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -325,6 +325,7 @@ class path_conv
bool fs_is_mvfs () const {return fs.is_mvfs ();}
bool fs_is_cifs () const {return fs.is_cifs ();}
bool fs_is_nwfs () const {return fs.is_nwfs ();}
+ bool fs_is_ncfsd () const {return fs.is_ncfsd ();}
ULONG fs_serial_number () const {return fs.serial_number ();}
inline const char *set_path (const char *p)
{