[PATCH] s/;;/;/g
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
29afd49b72
commit
53b3531bbb
31 changed files with 37 additions and 37 deletions
|
|
@ -130,7 +130,7 @@ static struct vfsmount *get_source(struct vfsmount *dest,
|
|||
{
|
||||
struct vfsmount *p_last_src = NULL;
|
||||
struct vfsmount *p_last_dest = NULL;
|
||||
*type = CL_PROPAGATION;;
|
||||
*type = CL_PROPAGATION;
|
||||
|
||||
if (IS_MNT_SHARED(dest))
|
||||
*type |= CL_MAKE_SHARED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue