X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.31%2F231-union_mounts_bind_fix.patch;fp=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.31%2F231-union_mounts_bind_fix.patch;h=0000000000000000000000000000000000000000;hb=210b6ad13ce21782fa4a6664250f376a89e7a4cb;hp=4bd3f735153edda790c2af4c93fc168de1d92d7c;hpb=e9b1e2efdfff9d33e907f9a07ff39ac186abd48b;p=openwrt-10.03%2F.git 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; -