From b6ffdfa8e634ca0c6382ebe36482cbf1da7469eb Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 27 Jul 2026 16:22:26 +0100 Subject: [PATCH] vfs: rename aux.go to nodeaux.go as aux is a reserved file name on Windows This commit introduced aux.go which unfortunately is illegal on windows. e006d7c13fed023f vfs: fix crash when multiple mounts or servers share the same VFS Rename aux_test.go too to keep the pair together. --- vfs/{aux.go => nodeaux.go} | 0 vfs/{aux_test.go => nodeaux_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename vfs/{aux.go => nodeaux.go} (100%) rename vfs/{aux_test.go => nodeaux_test.go} (100%) diff --git a/vfs/aux.go b/vfs/nodeaux.go similarity index 100% rename from vfs/aux.go rename to vfs/nodeaux.go diff --git a/vfs/aux_test.go b/vfs/nodeaux_test.go similarity index 100% rename from vfs/aux_test.go rename to vfs/nodeaux_test.go