1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-25 05:22:45 -06:00

remove outdated comments

This commit is contained in:
ethan
2025-12-24 09:28:37 +08:00
parent fbbb4c3de1
commit ccd75d7c47

View File

@@ -1047,9 +1047,6 @@ static NTSTATUS fsp_fuse_intf_Create(FSP_FILE_SYSTEM *FileSystem,
/*
* 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.
*/
@@ -1194,9 +1191,6 @@ static NTSTATUS fsp_fuse_intf_Open(FSP_FILE_SYSTEM *FileSystem,
/*
* 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.
*/