aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.29/512-yaffs-2.6.28.1-fix.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-04-24 07:42:16 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-04-24 07:42:16 +0000
commit629318e6db6c0eb74f77ef39fb01d67d55c17de9 (patch)
tree2dbf41ff28c68773609af3c39fcc840fca1c958d /target/linux/generic-2.6/patches-2.6.29/512-yaffs-2.6.28.1-fix.patch
parent70795466b90f4e8f4035bcb26b9c15a0404b0873 (diff)
downloadupstream-629318e6db6c0eb74f77ef39fb01d67d55c17de9.tar.gz
upstream-629318e6db6c0eb74f77ef39fb01d67d55c17de9.tar.bz2
upstream-629318e6db6c0eb74f77ef39fb01d67d55c17de9.zip
generic/2.6.29: update yaffs code
SVN-Revision: 15372
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.29/512-yaffs-2.6.28.1-fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.29/512-yaffs-2.6.28.1-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.29/512-yaffs-2.6.28.1-fix.patch b/target/linux/generic-2.6/patches-2.6.29/512-yaffs-2.6.28.1-fix.patch
deleted file mode 100644
index 8415b6c318..0000000000
--- a/target/linux/generic-2.6/patches-2.6.29/512-yaffs-2.6.28.1-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;