1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 07:27:37 +03:00
openwrt-xburst/target/linux/generic-2.6/patches-2.6.31/231-union_mounts_bind_fix.patch

12 lines
216 B
Diff
Raw Normal View History

--- 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;