X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fpnode.c;h=37b568ed0e05d14407afd4464ea114e307d158a4;hb=45af7a0f2ebad1304cab956e15f0b37318226fcd;hp=aeeec8ba8dd28b9ac4a77ee513fb23423b55d458;hpb=a892acacd3a8546ac161526522f13b5174f2c471;p=linux-2.6-omap-h63xx.git diff --git a/fs/pnode.c b/fs/pnode.c index aeeec8ba8dd..37b568ed0e0 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;