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

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)