mirror of https://github.com/hak5/openwrt.git
12 lines
216 B
Diff
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;
|
||
|
|