rcuja fix: pointer type warning
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 Jun 2013 19:04:24 +0000 (15:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 Jun 2013 19:04:24 +0000 (15:04 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.025217 seconds and 4 git commands to generate.