From: WANG Cong Date: Thu, 17 Dec 2009 23:27:05 +0000 (-0800) Subject: kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-non-negati... X-Git-Tag: v2.6.33-rc1~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e26120cc7c819c97bc07281ca1fb9017cfe9a39;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed