From: Mathieu Desnoyers Date: Wed, 16 Nov 2011 12:23:19 +0000 (-0500) Subject: rculfhash: constify all key arguments passed to API X-Git-Tag: v0.7.0~43^2~49 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=996ff57cc0490bc4ae26de70e9ebe620ff18515f;hp=996ff57cc0490bc4ae26de70e9ebe620ff18515f;p=urcu.git rculfhash: constify all key arguments passed to API The hash table never needs to modify the key, it is only ever used for "match", so it should always be received as a const argument. Reported-by: Stephen Hemminger Signed-off-by: Mathieu Desnoyers ---