mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-26 14:02:08 -06:00
remove outdated comments
This commit is contained in:
@@ -1047,9 +1047,6 @@ static NTSTATUS fsp_fuse_intf_Create(FSP_FILE_SYSTEM *FileSystem,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Ignore fuse_file_info::keep_cache.
|
* Ignore fuse_file_info::keep_cache.
|
||||||
* NOTE: Originally WinFsp did not support disabling the cache manager
|
|
||||||
* for an individual file. This is now possible and we should revisit.
|
|
||||||
*
|
|
||||||
* Ignore fuse_file_info::nonseekable.
|
* Ignore fuse_file_info::nonseekable.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -1194,9 +1191,6 @@ static NTSTATUS fsp_fuse_intf_Open(FSP_FILE_SYSTEM *FileSystem,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Ignore fuse_file_info::keep_cache.
|
* Ignore fuse_file_info::keep_cache.
|
||||||
* NOTE: Originally WinFsp did not support disabling the cache manager
|
|
||||||
* for an individual file. This is now possible and we should revisit.
|
|
||||||
*
|
|
||||||
* Ignore fuse_file_info::nonseekable.
|
* Ignore fuse_file_info::nonseekable.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user