diff --git a/src/dll/fuse/fuse_intf.c b/src/dll/fuse/fuse_intf.c index 67d195c0..8c1ee3d2 100644 --- a/src/dll/fuse/fuse_intf.c +++ b/src/dll/fuse/fuse_intf.c @@ -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. */