]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/pnode.c
[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookup
[linux-2.6-omap-h63xx.git] / 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)