aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/linux/names.go
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/names.go
parent630c6bc9af6e90a2d593b3f039ccf7c093c12c88 (diff)
pkg/subsystem/linux: rename v9fs -> 9p
9p is a much more common name.
Diffstat (limited to 'pkg/subsystem/linux/names.go')
-rw-r--r--pkg/subsystem/linux/names.go1
1 files changed, 1 insertions, 0 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{