linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] UDF compile fix.
@ 2000-12-05  7:17 davej
  0 siblings, 0 replies; only message in thread
From: davej @ 2000-12-05  7:17 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Linus Torvalds


Hi Linus, 

 A writepage() parameter got removed, but not the caller in
the UDF filesystem, patch below fixes this.

regards,

Davej.

-- 
| Dave Jones <davej@suse.de>  http://www.suse.de/~davej
| SuSE Labs

diff -urN linux.vanilla/fs/udf/inode.c linux/fs/udf/inode.c
--- linux.vanilla/fs/udf/inode.c	Tue Dec  5 01:13:22 2000
+++ linux/fs/udf/inode.c	Tue Dec  5 01:14:11 2000
@@ -202,7 +202,7 @@
 	mark_buffer_dirty(bh);
 	udf_release_data(bh);
 
-	inode->i_data.a_ops->writepage(NULL, page);
+	inode->i_data.a_ops->writepage(page);
 	UnlockPage(page);
 	page_cache_release(page);
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

only message in thread, other threads:[~2000-12-05  7:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-05  7:17 [PATCH] UDF compile fix 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).