From: Andi Kleen Date: Wed, 16 Dec 2009 11:28:44 +0000 (+0100) Subject: [sysctl] Fix breakage on systems with older glibc X-Git-Tag: v2.6.33-rc1~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61cf693159d6a968a7014e24905143f71ed8ddcf;p=pandora-kernel.git [sysctl] Fix breakage on systems with older glibc As predicted during code review, the sysctl(2) changes made systems with old glibc nearly unusable. About every command gives a: warning: process `ls' used the deprecated sysctl system call with 1.4 warning in the log. I see this on a SUSE 10.0 system with glibc 2.3.5. Don't warn for this common case. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed