linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sparse annotations for page-writeback
@ 2003-08-11 16:48 davej
  0 siblings, 0 replies; only message in thread
From: davej @ 2003-08-11 16:48 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

More to do, but its a beginning.

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/mm/page-writeback.c linux-2.5/mm/page-writeback.c
--- bk-linus/mm/page-writeback.c	2003-06-30 14:01:04.000000000 +0100
+++ linux-2.5/mm/page-writeback.c	2003-07-13 16:55:51.000000000 +0100
@@ -345,7 +345,7 @@ static void wb_kupdate(unsigned long arg
  * sysctl handler for /proc/sys/vm/dirty_writeback_centisecs
  */
 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);
 	if (dirty_writeback_centisecs) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-11 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-11 16:48 [PATCH] sparse annotations for page-writeback davej

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).