commit | 3e26120cc7c819c97bc07281ca1fb9017cfe9a39 | [log] [tgz] |
---|---|---|
author | WANG Cong <amwang@redhat.com> | Thu Dec 17 15:27:05 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Dec 17 15:45:30 2009 -0800 |
tree | e8aa119051496d8c4385aae4abd9e069e12e3be2 | |
parent | b6e3224fb20954f155e41ec5709b2ab70b50ae2d [diff] |
kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-non-negative.patch It is a mistake that we used 'proc_dointvec', it should be 'proc_dointvec_minmax', as in the original patch. Signed-off-by: WANG Cong <amwang@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>