linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch: linux-2.4.0-test12-pre5/fs/udf/inode.c writepage still had extra parameter
@ 2000-12-05 11:31 Adam J. Richter
  0 siblings, 0 replies; only message in thread
From: Adam J. Richter @ 2000-12-05 11:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]


	Apparently, in linux 2.4.0-test12-pre5,
address_space_operations->writepage went from having two parameters
to just one.  fs/udf/inode.c apparently was overlooked in the patch.
Here is the one line change.

-- 
Adam J. Richter     __     ______________   4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com     \ /                  San Jose, California 95129-1034
+1 408 261-6630         | g g d r a s i l   United States of America
fax +1 408 261-6631      "Free Software For The Rest Of Us."

[-- Attachment #2: writepage.diffs --]
[-- Type: text/plain, Size: 510 bytes --]

Index: linux/fs/udf/inode.c
===================================================================
RCS file: /usr/src.repository/repository/linux/fs/udf/inode.c,v
retrieving revision 1.22
diff -u -r1.22 inode.c
--- linux/fs/udf/inode.c	2000/12/05 10:21:27	1.22
+++ linux/fs/udf/inode.c	2000/12/05 11:27:54
@@ -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);
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-05 11:31 Patch: linux-2.4.0-test12-pre5/fs/udf/inode.c writepage still had extra parameter Adam J. Richter

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).