openwrt/target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch
Felix Fietkau 2ae19cb459 kernel: add a patch for union mounts in 2.6.31
SVN-Revision: 17726
2009-09-25 20:58:37 +00:00

12 lines
216 B
Diff

--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -1550,7 +1550,7 @@
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;