patch-2.3.99-pre6 linux/fs/ramfs/inode.c
Next file: linux/fs/readdir.c
Previous file: linux/fs/qnx4/namei.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Apr 25 17:28:56 2000
-  Orig file: 
v2.3.99-pre5/linux/fs/ramfs/inode.c
-  Orig date: 
Tue Apr 11 15:09:23 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/fs/ramfs/inode.c linux/fs/ramfs/inode.c
@@ -76,7 +76,7 @@
  * Writing: just make sure the page gets marked dirty, so that
  * the page stealer won't grab it.
  */
-static int ramfs_writepage(struct dentry * dentry, struct page *page)
+static int ramfs_writepage(struct file *file, struct dentry * dentry, 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)