From ccd75d7c47d6d3a7d8b74a0db7fe280731c2013d Mon Sep 17 00:00:00 2001 From: ethan Date: Wed, 24 Dec 2025 09:28:37 +0800 Subject: [PATCH] remove outdated comments --- src/dll/fuse/fuse_intf.c | 6 ------ 1 file changed, 6 deletions(-) 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. */