diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-12-28 03:23:13 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-12-28 03:23:13 -0500 |
| commit | 605c1a187f3ce82fbc243e2163c5ca8d1926df8e (patch) | |
| tree | c8065a8c5606a66f81dc494ce22a5baa5e0dfe7e /kernel/sysctl_binary.c | |
| parent | 17a2a9b57a9a7d2fd8f97df951b5e63e0bd56ef5 (diff) | |
| parent | ce9277fb08e6e721482f7011ca28dcd0449b197c (diff) | |
Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent
Diffstat (limited to 'kernel/sysctl_binary.c')
| -rw-r--r-- | kernel/sysctl_binary.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c index b75dbf40f573..112533d5fc08 100644 --- a/kernel/sysctl_binary.c +++ b/kernel/sysctl_binary.c | |||
| @@ -1399,6 +1399,13 @@ static void deprecated_sysctl_warning(const int *name, int nlen) | |||
| 1399 | { | 1399 | { |
| 1400 | int i; | 1400 | int i; |
| 1401 | 1401 | ||
| 1402 | /* | ||
| 1403 | * CTL_KERN/KERN_VERSION is used by older glibc and cannot | ||
| 1404 | * ever go away. | ||
| 1405 | */ | ||
| 1406 | if (name[0] == CTL_KERN && name[1] == KERN_VERSION) | ||
| 1407 | return; | ||
| 1408 | |||
| 1402 | if (printk_ratelimit()) { | 1409 | if (printk_ratelimit()) { |
| 1403 | printk(KERN_INFO | 1410 | printk(KERN_INFO |
| 1404 | "warning: process `%s' used the deprecated sysctl " | 1411 | "warning: process `%s' used the deprecated sysctl " |
