aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-12-18 15:43:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-12-18 15:43:20 +0000
commitdf77475376e91468ebf0ab101ee0bdbed0ea0a88 (patch)
tree72144994a8be37f3b4f8ee75e99cec7b2761c9b7 /target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch
parent60eea9284bdbd01721f077a663334b25d8b66a8d (diff)
downloadmaster-187ad058-df77475376e91468ebf0ab101ee0bdbed0ea0a88.tar.gz
master-187ad058-df77475376e91468ebf0ab101ee0bdbed0ea0a88.tar.bz2
master-187ad058-df77475376e91468ebf0ab101ee0bdbed0ea0a88.zip
remove incomplete union mounts / jffs2 patches. will be replaced by updated versions once they're ready - should fix #6375
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch b/target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch
deleted file mode 100644
index 4bd3f73515..0000000000
--- a/target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/fs/namespace.c
-+++ b/fs/namespace.c
-@@ -1550,7 +1550,7 @@ static int do_loopback(struct path *path
- if (!mnt)
- goto out;
-
-- err = check_union_mnt(&old_path, mnt, mnt_flags);
-+ err = check_union_mnt(path, mnt, mnt_flags);
- if (err)
- goto out;
-