Messages in this thread Patch in this message |  | | Date | Tue, 05 Dec 2000 00:30:55 -0500 | From | "Mohammad A. Haque" <> | Subject | Re: test12-pre5 |
| |
The following fixes to many arguments error in fs/udf/inode.c for test12-pre5
--- fs/udf/inode.c.orig Mon Dec 4 23:34:23 2000 +++ fs/udf/inode.c Tue Dec 5 00:26:59 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); --
===================================================================== Mohammad A. Haque http://www.haque.net/ mhaque@haque.net "Alcohol and calculus don't mix. Project Lead Don't drink and derive." --Unknown http://wm.themes.org/ batmanppc@themes.org ===================================================================== - 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/
|  |