]> err.no Git - linux-2.6/blobdiff - fs/pnode.c
[ARM] 3030/2: fix permission check in the obscur cmpxchg syscall
[linux-2.6] / fs / pnode.c
index aeeec8ba8dd28b9ac4a77ee513fb23423b55d458..f1871f773f642c8f39045431f5e42134e93ea80f 100644 (file)
@@ -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)