From e6d0da13f5aa8e56448bb964ed304047b3ead17d Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 23 Feb 2023 19:26:46 +0100 Subject: pkg/subsystem/linux: rename v9fs -> 9p 9p is a much more common name. --- pkg/subsystem/linux/names.go | 1 + pkg/subsystem/linux/names_test.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/subsystem/linux') diff --git a/pkg/subsystem/linux/names.go b/pkg/subsystem/linux/names.go index 4727f3d0a..d569ce60e 100644 --- a/pkg/subsystem/linux/names.go +++ b/pkg/subsystem/linux/names.go @@ -109,6 +109,7 @@ var ( "linux-unionfs@vger.kernel.org": "overlayfs", // the name has changed "rust-for-linux@vger.kernel.org": "rust", "industrypack-devel@lists.sourceforge.net": "ipack", + "v9fs-developer@lists.sourceforge.net": "9p", } stripPrefixes = []string{"linux-"} stripSuffixes = []string{ diff --git a/pkg/subsystem/linux/names_test.go b/pkg/subsystem/linux/names_test.go index a158bd753..58e4d546f 100644 --- a/pkg/subsystem/linux/names_test.go +++ b/pkg/subsystem/linux/names_test.go @@ -15,7 +15,6 @@ func TestEmailToName(t *testing.T) { "linux-nilfs@vger.kernel.org": "nilfs", "tomoyo-dev-en@lists.osdn.me": "tomoyo", "tipc-discussion@lists.sourceforge.net": "tipc", - "v9fs-developer@lists.sourceforge.net": "v9fs", "zd1211-devs@lists.sourceforge.net": "zd1211", "chrome-platform@lists.linux.dev": "chrome", "b.a.t.m.a.n@lists.open-mesh.org": "batman", -- cgit mrf-deployment