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

[PATCH] sparse annotations for page-writeback

More to do, but its a beginning.
parent af9d01e3
...@@ -345,7 +345,7 @@ static void wb_kupdate(unsigned long arg) ...@@ -345,7 +345,7 @@ static void wb_kupdate(unsigned long arg)
* sysctl handler for /proc/sys/vm/dirty_writeback_centisecs * sysctl handler for /proc/sys/vm/dirty_writeback_centisecs
*/ */
int dirty_writeback_centisecs_handler(ctl_table *table, int write, int dirty_writeback_centisecs_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);
if (dirty_writeback_centisecs) { if (dirty_writeback_centisecs) {
......
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