diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:33 +0000 |
commit | 4fa9cf6c332964b032488eaf91af25718bb17339 (patch) | |
tree | 30c062fe5af12e17cea9f033b7e94156b976c845 /target/linux/generic/patches-2.6.36/512-yaffs_symlink_bug.patch | |
parent | 3bc2afc384c4eb5852cfc74f056a045c9dd17dd6 (diff) | |
download | mtk-20170518-4fa9cf6c332964b032488eaf91af25718bb17339.zip mtk-20170518-4fa9cf6c332964b032488eaf91af25718bb17339.tar.gz mtk-20170518-4fa9cf6c332964b032488eaf91af25718bb17339.tar.bz2 |
linux/2.6.36: R.I.P.
SVN-Revision: 31519
Diffstat (limited to 'target/linux/generic/patches-2.6.36/512-yaffs_symlink_bug.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.36/512-yaffs_symlink_bug.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/generic/patches-2.6.36/512-yaffs_symlink_bug.patch b/target/linux/generic/patches-2.6.36/512-yaffs_symlink_bug.patch deleted file mode 100644 index dabf287..0000000 --- a/target/linux/generic/patches-2.6.36/512-yaffs_symlink_bug.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- 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); - |