diff options
| author | Andries E. Brouwer <andries.brouwer@cwi.nl> | 2003-09-08 18:50:02 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-08 18:50:02 -0700 |
| commit | 48fcc4cc536a0bed9d7004ba4d05abe45073f82e (patch) | |
| tree | b8e06765c88b73fab66504f57cb4374367798344 /include/linux | |
| parent | 60d528f065e40c5f8d98ea82cf4e07885388e116 (diff) | |
[PATCH] sparse fix sysctl
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/writeback.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index cb7d5d6a75b0..373e58fee2d4 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h @@ -80,8 +80,8 @@ extern int dirty_expire_centisecs; struct ctl_table; struct file; -int dirty_writeback_centisecs_handler(struct ctl_table *, int, struct file *, - void *, size_t *); +int dirty_writeback_centisecs_handler(struct ctl_table *, int, struct file *, + void __user *, size_t *); void page_writeback_init(void); void balance_dirty_pages(struct address_space *mapping); |
