* fhandler_disk_file.cc (fhandler_base::fstat_helper): Workaround

another bug in NWFS.  Add comment to explain why.  Improve debug output
	in case the NT calls to test for binary fail.
	* path.h (path_conv::fs_is_cifs): New method.
	(path_conv::fs_is_nwfs): New method.
This commit is contained in:
Corinna Vinschen
2010-02-03 16:05:33 +00:00
parent 8b5c2e99d4
commit 4a49c71595
3 changed files with 36 additions and 7 deletions

View File

@ -234,6 +234,8 @@ class path_conv
bool fs_is_netapp () const {return fs.is_netapp ();}
bool fs_is_cdrom () const {return fs.is_cdrom ();}
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 ();}
ULONG fs_serial_number () const {return fs.serial_number ();}
inline const char *set_path (const char *p)
{