mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 07:43:09 +02:00
b69ee884f4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17738 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
257 B
Diff
12 lines
257 B
Diff
--- 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;
|
|
|