From 5d18af00077ae6ba8ef686d1fd93d888f69681b2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 7 Oct 2025 21:29:16 +0900 Subject: container/fhs: move pathname constants This allows referencing FHS pathnames without importing container. Signed-off-by: Ophestra --- container/mount.go | 1 - 1 file changed, 1 deletion(-) (limited to 'container/mount.go') diff --git a/container/mount.go b/container/mount.go index dbd39cb9..2749d0ec 100644 --- a/container/mount.go +++ b/container/mount.go @@ -59,7 +59,6 @@ const ( FstypeNULL = zeroString // FstypeProc represents the proc pseudo-filesystem. // A fully visible instance of proc must be available in the mount namespace for proc to be mounted. - // This filesystem type is usually mounted on [FHSProc]. FstypeProc = "proc" // FstypeDevpts represents the devpts pseudo-filesystem. // This type of filesystem is usually mounted on /dev/pts. -- cgit v1.3.1