X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fpnode.c;h=37b568ed0e05d14407afd4464ea114e307d158a4;hb=a8c725045eb2eaa6c28a5493cb193f47a5c4afe4;hp=aeeec8ba8dd28b9ac4a77ee513fb23423b55d458;hpb=d27ba47e7e8c466c18983a1779d611f82d6a354f;p=linux-2.6 diff --git a/fs/pnode.c b/fs/pnode.c index aeeec8ba8d..37b568ed0e 100644 --- a/fs/pnode.c +++ b/fs/pnode.c @@ -103,7 +103,7 @@ static struct vfsmount *propagation_next(struct vfsmount *m, struct vfsmount *next; struct vfsmount *master = m->mnt_master; - if ( master == origin->mnt_master ) { + if (master == origin->mnt_master) { next = next_peer(m); return ((next == origin) ? NULL : next); } else if (m->mnt_slave.next != &master->mnt_slave_list) @@ -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;