From 6ac4ab9f4d418582b09096a7effd7521422a2b0c Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sat, 25 Mar 2023 15:52:46 -0700 Subject: [PATCH] Removed unreachable code --- internal/fusefs/fuse.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/fusefs/fuse.go b/internal/fusefs/fuse.go index deb02a1..dacf575 100644 --- a/internal/fusefs/fuse.go +++ b/internal/fusefs/fuse.go @@ -265,7 +265,6 @@ func (n *ITNode) Lookup(ctx context.Context, name string, out *fuse.EntryOut) (* child := n.NewInode(ctx, operations, stable) return child, 0 } - break } log.Warn("FUSE Lookup failed").Str("path", n.path+"/"+name).Send() }