Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176311
b: refs/heads/master
c: 70da234
h: refs/heads/master
i:
  176309: 40e14bd
  176307: de94a00
  176303: a012046
v: v3
  • Loading branch information
Amerigo Wang authored and Linus Torvalds committed Dec 15, 2009
1 parent 8d5a7d6 commit 1b0948d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f096e59e844ba3c5d5a7b54b3deafd2aeeebf921
refs/heads/master: 70da2340fbc68e91e701762f785479ab495a0869
3 changes: 2 additions & 1 deletion trunk/kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,8 @@ static struct ctl_table vm_table[] = {
.data = &sysctl_max_map_count,
.maxlen = sizeof(sysctl_max_map_count),
.mode = 0644,
.proc_handler = proc_dointvec
.proc_handler = proc_dointvec,
.extra1 = &zero,
},
#else
{
Expand Down

0 comments on commit 1b0948d

Please sign in to comment.