Commit 9f31c724 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] sparse annotations for page_alloc

Again, more work to do here..
parent 6d983ca1
...@@ -1610,7 +1610,7 @@ void setup_per_zone_pages_min(void) ...@@ -1610,7 +1610,7 @@ void setup_per_zone_pages_min(void)
* changes. * changes.
*/ */
int min_free_kbytes_sysctl_handler(ctl_table *table, int write, int min_free_kbytes_sysctl_handler(ctl_table *table, int write,
struct file *file, void *buffer, size_t *length) struct file *file, void __user *buffer, size_t *length)
{ {
proc_dointvec(table, write, file, buffer, length); proc_dointvec(table, write, file, buffer, length);
setup_per_zone_pages_min(); setup_per_zone_pages_min();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment