an updated patch for svn 14158:

Signed-off-by: Alexandros C. Couloumbis <alex at ozo.com>


--- linux-2.6.28.1/fs/yaffs2/yaffs_fs.c.orig    2009-01-25
08:40:03.000000000 +0200
+++ linux-2.6.28.1/fs/yaffs2/yaffs_fs.c 2009-01-25 08:40:50.000000000 +0200
@@ -745,7 +745,7 @@

        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;

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to