diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-16 18:31:21 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-16 18:31:21 +0000 |
commit | 4d4c41d673f9c3ebdb73c7d98c22df64d4310157 (patch) | |
tree | 9f52b71698a01a09923ca445e48566dcb47b2f54 /target/linux/generic/patches-2.6.37/512-yaffs_symlink_bug.patch | |
parent | b2cab73a788f178bfe2f8620d8c4a483dfba34fc (diff) |
kernel: reorganize 2.6.37 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26692 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.37/512-yaffs_symlink_bug.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.37/512-yaffs_symlink_bug.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/generic/patches-2.6.37/512-yaffs_symlink_bug.patch b/target/linux/generic/patches-2.6.37/512-yaffs_symlink_bug.patch deleted file mode 100644 index dabf2871b..000000000 --- a/target/linux/generic/patches-2.6.37/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); - |