patch-2.4.0-test12 linux/fs/bfs/file.c
Next file: linux/fs/bfs/inode.c
Previous file: linux/fs/affs/file.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Dec 4 19:02:45 2000
- Orig file:
v2.4.0-test11/linux/fs/bfs/file.c
- Orig date:
Tue Oct 31 12:42:27 2000
diff -u --recursive --new-file v2.4.0-test11/linux/fs/bfs/file.c linux/fs/bfs/file.c
@@ -135,7 +135,7 @@
return err;
}
-static int bfs_writepage(struct file *file, struct page *page)
+static int bfs_writepage(struct page *page)
{
return block_write_full_page(page, bfs_get_block);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)