Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54193
b: refs/heads/master
c: 3b1d92c
h: refs/heads/master
i:
  54191: d4ea03e
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed May 7, 2007
1 parent e8838f6 commit b842d07
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: 8da3430d8a7f885c2bf65121181d76c9d290a86e
refs/heads/master: 3b1d92c56514987010bb0201b5c71aeb633fc4f8
3 changes: 2 additions & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3199,7 +3199,8 @@ int min_free_kbytes_sysctl_handler(ctl_table *table, int write,
struct file *file, void __user *buffer, size_t *length, loff_t *ppos)
{
proc_dointvec(table, write, file, buffer, length, ppos);
setup_per_zone_pages_min();
if (write)
setup_per_zone_pages_min();
return 0;
}

Expand Down

0 comments on commit b842d07

Please sign in to comment.