git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e3224
)
kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-non-negati...
author
WANG Cong
<amwang@redhat.com>
Thu, 17 Dec 2009 23:27:05 +0000
(15:27 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 17 Dec 2009 23:45:30 +0000
(15:45 -0800)
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>
No differences found