[git commit] unshare: remove stale comment

Denys Vlasenko vda.linux at googlemail.com
Sat Apr 2 02:44:39 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=9f2f96edfa7eddd8a77b76ccae7c2ed88348182e
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 util-linux/unshare.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/util-linux/unshare.c b/util-linux/unshare.c
index b8cd467..2a5bea5 100644
--- a/util-linux/unshare.c
+++ b/util-linux/unshare.c
@@ -57,11 +57,6 @@ static void mount_or_die(const char *source, const char *target,
 	}
 }
 
-/*
- * Longest possible path to a procfs file used in unshare. Must be able to
- * contain the '/proc/' string, the '/ns/user' string which is the longest
- * namespace name and a 32-bit integer representing the process ID.
- */
 #define PATH_PROC_SETGROUPS	"/proc/self/setgroups"
 #define PATH_PROC_UIDMAP	"/proc/self/uid_map"
 #define PATH_PROC_GIDMAP	"/proc/self/gid_map"


More information about the busybox-cvs mailing list