projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
adjust dependencies of firewall and qos-scripts, so that these packages are visible...
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.32
/
231-union_mounts_bind_fix.patch
1
--- a/fs/namespace.c
2
+++ b/fs/namespace.c
3
@@ -1550,7 +1550,7 @@ static int do_loopback(struct path *path
4
if (!mnt)
5
goto out;
6
7
- err = check_union_mnt(&old_path, mnt, mnt_flags);
8
+ err = check_union_mnt(path, mnt, mnt_flags);
9
if (err)
10
goto out;
11
This page took
0.042008 seconds
and
5
git commands to generate.