patch-2.4.0-test12 linux/fs/ramfs/inode.c
Next file: linux/fs/readdir.c
Previous file: linux/fs/qnx4/inode.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Dec 4 19:02:58 2000
- Orig file:
v2.4.0-test11/linux/fs/ramfs/inode.c
- Orig date:
Sun Nov 19 18:44:19 2000
diff -u --recursive --new-file v2.4.0-test11/linux/fs/ramfs/inode.c linux/fs/ramfs/inode.c
@@ -78,7 +78,7 @@
* Writing: just make sure the page gets marked dirty, so that
* the page stealer won't grab it.
*/
-static int ramfs_writepage(struct file *file, struct page *page)
+static int ramfs_writepage(struct page *page)
{
SetPageDirty(page);
return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)