aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/linux
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-02-23 19:26:46 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2023-02-24 10:29:40 +0100
commite6d0da13f5aa8e56448bb964ed304047b3ead17d (patch)
tree4a4447b32173c01c057d5458e292619ce9d5a82e /pkg/subsystem/linux
parent630c6bc9af6e90a2d593b3f039ccf7c093c12c88 (diff)
pkg/subsystem/linux: rename v9fs -> 9p
9p is a much more common name.
Diffstat (limited to 'pkg/subsystem/linux')
-rw-r--r--pkg/subsystem/linux/names.go1
-rw-r--r--pkg/subsystem/linux/names_test.go1
2 files changed, 1 insertions, 1 deletions
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",