From fddd1b8084ef35c9d3bcf33b761fe68f3e160cee Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 28 Jan 2026 21:08:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/fs/symfs_windows.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/fs/symfs_windows.go b/internal/fs/symfs_windows.go index f72046e..4a1a1cb 100644 --- a/internal/fs/symfs_windows.go +++ b/internal/fs/symfs_windows.go @@ -16,7 +16,6 @@ package fs import ( "os" - "path" "strings" "syscall" "time" @@ -481,10 +480,6 @@ func (s *SymFS) watch() { } if info.FileNameLength > 0 { s.host.Notify(fullPath, fuseAction) - dir := path.Dir(fullPath) - if dir != "/" { - s.host.Notify(dir, fuseAction) - } } if info.NextEntryOffset == 0 { break