public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] c99 for blkmtd
@ 2003-08-11 15:59 davej
  0 siblings, 0 replies; only message in thread
From: davej @ 2003-08-11 15:59 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/mtd/devices/blkmtd.c linux-2.5/drivers/mtd/devices/blkmtd.c
--- bk-linus/drivers/mtd/devices/blkmtd.c	2003-08-04 01:00:26.000000000 +0100
+++ linux-2.5/drivers/mtd/devices/blkmtd.c	2003-08-06 18:59:36.000000000 +0100
@@ -287,13 +287,10 @@ static int blkmtd_readpage(mtd_raw_dev_d
   return 0;
 }
 
-                    
 static struct address_space_operations blkmtd_aops = {
-  writepage:     blkmtd_writepage,
-  readpage:      NULL,
+	.writepage	= blkmtd_writepage,
 }; 
 
-
 /* This is the kernel thread that empties the write queue to disk */
 static int write_queue_task(void *data)
 {

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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-11 15:59 [PATCH] c99 for blkmtd davej

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox