aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch
diff options
context:
space:
mode:
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;
-