Skip to content
Snippets Groups Projects
Commit 0366d868 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

fix yaffs build failure on 2.6.28.2 (thanks to Alexandros C. Couloumbis <alex@ozo.com>)

SVN-Revision: 14250
parent 11456c32
No related branches found
No related tags found
No related merge requests found
--- a/fs/yaffs2/yaffs_fs.c
+++ b/fs/yaffs2/yaffs_fs.c
@@ -745,7 +745,7 @@ static int yaffs_write_begin(struct file
T(YAFFS_TRACE_OS, (KERN_DEBUG "start yaffs_write_begin\n"));
/* Get a page */
- pg = __grab_cache_page(mapping,index);
+ pg = grab_cache_page_write_begin(mapping, index, flags);
*pagep = pg;
if(!pg){
ret = -ENOMEM;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment