Hi Linus, 

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

regards,

Davej.

-- 
| Dave Jones <[EMAIL PROTECTED]>  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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to