tl-wr1043nd: Register missing leds.
[lede.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