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 + 1 file changed, 1 insertion(+) (limited to 'pkg/subsystem/linux/names.go') 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{ -- cgit mrf-deployment