dll: fuse: disable GetDirInfoByName when file system is case-insensitive

This commit is contained in:
Bill Zissimopoulos
2017-10-01 11:07:01 -07:00
parent 55eee2efdd
commit 4b7684122b
2 changed files with 11 additions and 4 deletions

View File

@ -806,10 +806,9 @@ static NTSTATUS fsp_fuse_intf_Create(FSP_FILE_SYSTEM *FileSystem,
}
/*
* Ignore fuse_file_info::direct_io, fuse_file_info::keep_cache
* WinFsp does not currently support disabling the cache manager
* for an individual file although it should not be hard to add
* if required.
* Ignore fuse_file_info::direct_io, fuse_file_info::keep_cache.
* NOTE: Originally WinFsp dit not support disabling the cache manager
* for an individual file. This is now possible and we should revisit.
*
* Ignore fuse_file_info::nonseekable.
*/