patch-2.3.99-pre3 linux/fs/bfs/file.c
Next file: linux/fs/binfmt_aout.c
Previous file: linux/fs/affs/file.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Mar 21 11:30:08 2000
- Orig file:
v2.3.99-pre2/linux/fs/bfs/file.c
- Orig date:
Fri Mar 10 16:40:46 2000
diff -u --recursive --new-file v2.3.99-pre2/linux/fs/bfs/file.c linux/fs/bfs/file.c
@@ -137,7 +137,7 @@
return block_read_full_page(page, bfs_get_block);
}
-static int bfs_prepare_write(struct page *page, unsigned from, unsigned to)
+static int bfs_prepare_write(struct file *file, struct page *page, unsigned from, unsigned to)
{
return block_prepare_write(page, from, to, bfs_get_block);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)