From: Eric W. Biederman Date: Fri, 8 Dec 2006 10:39:55 +0000 (-0800) Subject: [PATCH] sysctl: implement sysctl_uts_string() X-Git-Tag: v2.6.20-rc1~34^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b8b769fa9051838d2772886ecd0ee2a926ddc3;p=pandora-kernel.git [PATCH] sysctl: implement sysctl_uts_string() The problem: When using sys_sysctl we don't read the proper values for the variables exported from the uts namespace, nor do we do the proper locking. This patch introduces sysctl_uts_string which properly fetches the values and does the proper locking. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed