patch-2.3.32 linux/fs/hpfs/file.c
Next file: linux/fs/hpfs/hpfs_fn.h
Previous file: linux/fs/hpfs/ea.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Dec 13 07:59:51 1999
- Orig file:
v2.3.31/linux/fs/hpfs/file.c
- Orig date:
Tue Dec 7 09:32:47 1999
diff -u --recursive --new-file v2.3.31/linux/fs/hpfs/file.c linux/fs/hpfs/file.c
@@ -96,7 +96,7 @@
pgpos = ((inode->i_blocks - 1) * 512) >> PAGE_CACHE_SHIFT;
while (pgpos < page->index) {
status = -ENOMEM;
- new_page = grab_page_cache(&inode->i_data, pgpos);
+ new_page = grab_cache_page(&inode->i_data, pgpos);
if (!new_page)
goto out;
status = block_write_cont_page(file, new_page, PAGE_SIZE, 0, NULL);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)