summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-2.6.38/512-yaffs_symlink_bug.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-21 17:52:22 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-21 17:52:22 +0000
commitc700e57cc7b1ec4cd15dc1d5342bc9053308b8b8 (patch)
treefffe1ce8f0bbf431763fbb40f3388dc5e1d4ed8b /target/linux/generic/patches-2.6.38/512-yaffs_symlink_bug.patch
parent02bf1599a3b87a41686bf1cb78d62fe71040b192 (diff)
downloadmtk-20170518-c700e57cc7b1ec4cd15dc1d5342bc9053308b8b8.zip
mtk-20170518-c700e57cc7b1ec4cd15dc1d5342bc9053308b8b8.tar.gz
mtk-20170518-c700e57cc7b1ec4cd15dc1d5342bc9053308b8b8.tar.bz2
preliminary 2.6.38 support
SVN-Revision: 25057
Diffstat (limited to 'target/linux/generic/patches-2.6.38/512-yaffs_symlink_bug.patch')
-rw-r--r--target/linux/generic/patches-2.6.38/512-yaffs_symlink_bug.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.38/512-yaffs_symlink_bug.patch b/target/linux/generic/patches-2.6.38/512-yaffs_symlink_bug.patch
new file mode 100644
index 0000000..dabf287
--- /dev/null
+++ b/target/linux/generic/patches-2.6.38/512-yaffs_symlink_bug.patch
@@ -0,0 +1,17 @@
+--- a/fs/yaffs2/yaffs_guts.c
++++ b/fs/yaffs2/yaffs_guts.c
+@@ -1709,11 +1709,11 @@ static int yaffs_change_obj_name(yaffs_o
+ }
+
+ /* TODO: Do we need this different handling for YAFFS2 and YAFFS1?? */
+- if (obj->my_dev->param.is_yaffs2)
++ // if (obj->my_dev->param.is_yaffs2)
+ unlinkOp = (new_dir == obj->my_dev->unlinked_dir);
+- else
++ /* else
+ unlinkOp = (new_dir == obj->my_dev->unlinked_dir
+- && obj->variant_type == YAFFS_OBJECT_TYPE_FILE);
++ && obj->variant_type == YAFFS_OBJECT_TYPE_FILE); */
+
+ deleteOp = (new_dir == obj->my_dev->del_dir);
+