aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.36
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-10-30 10:00:34 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-10-30 10:00:34 +0000
commita19c2ddb12fc82d8856164b66b3ab35ce8b3896f (patch)
treeb6f42462f326a494c41740e0f5df3ee1276ac37b /target/linux/generic/patches-2.6.36
parent522a411c112fb5c7e85546f21c4995c7264a57f5 (diff)
downloadmaster-187ad058-a19c2ddb12fc82d8856164b66b3ab35ce8b3896f.tar.gz
master-187ad058-a19c2ddb12fc82d8856164b66b3ab35ce8b3896f.tar.bz2
master-187ad058-a19c2ddb12fc82d8856164b66b3ab35ce8b3896f.zip
linux/generic: fix "rm: can't remove 'xyz': Directory not empty" symbolic link and directory issues on RouterBoard family devices.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.36')
-rw-r--r--target/linux/generic/patches-2.6.36/512-yaffs_symlink_bug.patch17
1 files changed, 17 insertions, 0 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
new file mode 100644
index 0000000000..dabf2871bf
--- /dev/null
+++ b/target/linux/generic/patches-2.6.36/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);
+