From 210b6ad13ce21782fa4a6664250f376a89e7a4cb Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 18 Dec 2009 15:43:20 +0000 Subject: 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 --- .../patches-2.6.31/231-union_mounts_bind_fix.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch (limited to 'target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch') 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 4bd3f7351..000000000 --- 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; - -- cgit v1.2.3