rcuja: rename new_node to node in add functions
[userspace-rcu.git] / rcuja / rcuja-internal.h
index 202f168a62fadcc50d50ca93ecbfcfe4ab724429..d4bc32e0f33ea8c1740fb1ce801f69b44432e574 100644 (file)
@@ -165,7 +165,7 @@ struct cds_ja_inode *ja_node_ptr(struct cds_ja_inode_flag *node)
                v &= JA_PTR_MASK;
                break;
        }
-       return (struct cds_ja_node *) v;
+       return (struct cds_ja_inode *) v;
 }
 
 __attribute__((visibility("protected")))
This page took 0.023007 seconds and 4 git commands to generate.