From: Lai Jiangshan Date: Sat, 13 Oct 2012 16:41:17 +0000 (-0400) Subject: test_urcu_lfs: test for the proper pointer X-Git-Tag: v0.8.0~191 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=f3eb6ef162778c396fcffefda3f3379fce5cab17;hp=f3eb6ef162778c396fcffefda3f3379fce5cab17;p=urcu.git test_urcu_lfs: test for the proper pointer We should use "if (snode)" instead of "if (node)" in case of the struct cds_lfs_node_rcu is not the first field of struct node. Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers ---