remove incomplete union mounts / jffs2 patches. will be replaced by updated versions...
[openwrt-10.03/.git] / 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 (file)
index 4bd3f73..0000000
+++ /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;