rculfhash: Remove unneed branches
authorLai Jiangshan <laijs@cn.fujitsu.com>
Fri, 28 Oct 2011 06:02:12 +0000 (08:02 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Oct 2011 06:02:12 +0000 (08:02 +0200)
commit4f6e90b73cb103d7d49b8b4838c5f48c3d15b02e
tree673be88aa9e14c1b828df1a727bdcd9a36cc0bc7
parentff0d69de620eab8a49e02724efadf0278516e20d
rculfhash: Remove unneed branches

By the effect of previous patch, some unneed branches can be removed.
One of them is in the fast path.

These branches are mostly special-cases for the node "0", which is
always populated after hash table new.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c
This page took 0.024508 seconds and 4 git commands to generate.